KULRANJANSINGH1
Level 2
since ‎19-05-19
‎18-03-24

User Statistics

  • 4 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

I want to create a page in the ms excel vbo to create freeze panes i have recorded a macro and the code for it is With ActiveWindow .SplitColumn = 0 .SplitRow = 1 End With ActiveWindow.FreezePanes = TrueThe issue is use of ActiveWindow as it can't be...
I want to create a page in the ms excel vbo to create freeze panes i have recorded a macro and the code for it is With ActiveWindow .SplitColumn = 0 .SplitRow = 1 End With ActiveWindow.FreezePanes = TrueThe issue is use of ActiveWindow as it can't be...