Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have some code that runs on Workbook Open that goes to a few sheet and turns on Freeze Frames and Hides some columns. The way I currentl have it coded...works, but it quickly flashes through the sheets. I there a different way to code this so it doesn't flash through th sheets? Here is a sample of the code. Help! Private Sub Workbook_Open() Worksheets("1-OPEN").Select Call Freeze_Frames Call HideColumns_All Worksheets("COMPLETED").Select Call Freeze_Frames Call HideColumns_Al -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA: Column Select then Data Select then return to cell A1 | Excel Discussion (Misc queries) | |||
Macro to select cells without a certain value and select a menu it | Excel Worksheet Functions | |||
Using formulas to select cells (Ex: Select every nth cell in a col | Excel Discussion (Misc queries) | |||
In Excel 2000, How do you select the whole of a worksheet (Select. | Excel Discussion (Misc queries) | |||
Select other workbook to select data in a macro. | Excel Programming |