zookeepertx
Well-known Member
- Joined
- May 27, 2011
- Messages
- 589
- Office Version
- 365
- Platform
- Windows
Hello all,
I have a very simple macro that calls up a userform, at least it used to. The coding is very short and simple. It has worked fine for quite a while - I use it every day - but suddenly, one day, running the macro shuts down Excel entirely. I mean, if I have 5 workbooks open, they all close! Can anyone give me a clue as to why this might be?
Here's the code:
Thank you for any insights.
Jenny
I have a very simple macro that calls up a userform, at least it used to. The coding is very short and simple. It has worked fine for quite a while - I use it every day - but suddenly, one day, running the macro shuts down Excel entirely. I mean, if I have 5 workbooks open, they all close! Can anyone give me a clue as to why this might be?
Here's the code:
VBA Code:
Sub Show_Colors()
'Calls up Userform with color palette for cells
Color_Palette.Show vbModeless
End Sub
Thank you for any insights.
Jenny