VBA...ThisWorkbook.SaveAs
Posted by Ian on August 13, 2001 9:07 AM
I'm pretty crap at this os bear with me please
on opening a template i'd like the workbook to SaveAs
after some info is required.
So.
What I need is
Private Sub Workbook_Open()
'an input box for adviser name & Batch No.
Range("b3").value = inputbox.value (something like this for the name)
Range("b4").value = inputbox.value (something like this for the batch no.)
Range("b5").Value = Format(Now(), "dddd-dd-mmm-yy")
thisworkbook.saveas (this i have no idea i'll do excel styley) 'needs to be location the Standard_name&" "&adviser_name("b3")&" "&batch(b4)&" "&date(b5)
End Sub
any help or further info let me know
Thanks a MILLION!!!
Ian