Thread
:
Save workbook button on Userform
View Single Post
#
2
Posted to microsoft.public.excel.programming
Morlin
external usenet poster
Posts: 8
Save workbook button on Userform
Never Mind. I figured it out. I was not saving the code under the
correct private sub.
I was just having a brain fart. Here's what I ended up using.
Private Sub CommandButton1_Click()
ActiveWorkbook.save
End Sub
Reply With Quote
Morlin
View Public Profile
Find all posts by Morlin