Thread
:
Problem: vba code for creating a button to save worksheet as Cell
View Single Post
#
5
Posted to microsoft.public.excel.programming
Stopher
external usenet poster
Posts: 67
Problem: vba code for creating a button to save worksheet as Cell
Public Sub SaveAsA1()
Activeworkbook.SaveAs (Range("A1"))
End Sub
Reply With Quote
Stopher
View Public Profile
Find all posts by Stopher