Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am totally stumped here. My code below crashes Excel and I can not
figure out why. To be more specific it is only the next to last line that causes the problem (if I remove it I have no problem), and more interestingly, it is only after you close Excel and restart that I have the problem. Is there something that I am missing If rMyCount < 2 Then Frame1001.Visible = False End If If rMyCount < 3 Then Frame2001.Visible = False End If If rMyCount < 4 Then Frame3001.Visible = False End If If rMyCount < 5 Then Frame4001.Visible = False End If If rMyCount < 6 Then Frame5001.Visible = False End If If rMyCount < 7 Then Frame6001.Visible = False End If If rMyCount < 8 Then Frame7001.Visible = False End If If rMyCount < 9 Then Frame8001.Visible = False End If If rMyCount < 10 Then Frame9001.Visible = True End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code problem | Excel Programming | |||
Problem with code | Excel Discussion (Misc queries) | |||
problem with code | Excel Programming | |||
Problem with the following code | Excel Programming | |||
code problem | Excel Programming |