Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm getting a compile error: Variable not defined, in Auto_Open.
DisplayVideoResolution is highlighted. What is the correction? Sub Auto_Open() Dim strResolution As String strResolution = DisplayVideoResolution If strResolution = "1024 x 768" Then zoom1 = 78 zoom2 = 80 zoom3 = 81 pagezoom1 = 83 pagezoom2 = 87 pagezoom3 = 89 End If RunSub1 End Sub ---------------------------------------------- Sub RunSub1() - - - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding files in a folder. Variable not defined error. | Excel Discussion (Misc queries) | |||
Microsoft Visual Basic: Compile error: Sum or Function not defined | Excel Worksheet Functions | |||
"Compile error: sub or function not defined" | Excel Discussion (Misc queries) | |||
Compile error, variable not defined | Excel Programming | |||
compile error: expected variable or function | Excel Discussion (Misc queries) |