C
Colo[MVP Excel]
I'm using OWC Spreadsheet control on the userform of Excel and I'd like to
Hide unnecessary columns.
Now I'm using the following code but it takes time.
How can I speeding up this code.
UserForm1.Spreadsheet1.Range("H1:ZZZ1").EntireColumn.Hidden = True
Thanks,
Colo
Hide unnecessary columns.
Now I'm using the following code but it takes time.
How can I speeding up this code.
UserForm1.Spreadsheet1.Range("H1:ZZZ1").EntireColumn.Hidden = True
Thanks,
Colo