ExcelNoob222
Board Regular
- Joined
- Jun 17, 2020
- Messages
- 77
- Office Version
- 365
- Platform
- Windows
I have the below code:
Windows("Test_Book1.csv").Activate
Worksheets("Test This").Activate
Range("I3").Select
ActiveWindow.FreezePanes = True
When I run this, I get the below error:
"run-time error '1004':
Unable to set the FreezePanes property of the Window class"
The odd thing is, I am running the same macro as my co-workers on the same workbooks and I am the only one who has this issue. Any ideas?
Windows("Test_Book1.csv").Activate
Worksheets("Test This").Activate
Range("I3").Select
ActiveWindow.FreezePanes = True
When I run this, I get the below error:
"run-time error '1004':
Unable to set the FreezePanes property of the Window class"
The odd thing is, I am running the same macro as my co-workers on the same workbooks and I am the only one who has this issue. Any ideas?