Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a simple macro to show custom views that are launched by a combo box.
It works fine on my computer, but crashes sporadically on other people's machines in the office. We work on a shared network drive. Any ideas? Here's my code: Private Sub Markets_Change() Dim varView As String View = ActiveSheet.Range("b2") ActiveWorkbook.CustomViews(View).Show End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Program won't work on all computers | Excel Programming | |||
Why does copy after worksheets command not work on some computers | Excel Programming | |||
How do I work out people's exact ages from their Dates of Birth? | Excel Discussion (Misc queries) | |||
How can I link excel spreadsheets that work on other computers | Excel Discussion (Misc queries) | |||
Formula won't work on some computers | Excel Programming |