Thread
:
workbook as variable
View Single Post
#
3
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_]
external usenet poster
Posts: 1,236
workbook as variable
Pete,
Sub test()
Dim wkb As Workbook
Set wkb = Workbooks.Add
MsgBox wkb.FullName
End Sub
Rob
"pete" wrote in message
...
for a newly created workbook, how can I store a reference to the
workbook in a variable ,
thanks
pete
Reply With Quote
Rob van Gelder[_4_]
View Public Profile
Find all posts by Rob van Gelder[_4_]