Hello,
I am trying to automate some data importing into a spreadsheet from another then save as a new file name.
When I go through the macro it all works right up to the point it trys to save the spreadsheet.
I just get the run time error 424: Object required
I am sure I must be missing...
Hi, I hope that someone can help me.
I have taken a copy of some script to use in sending e-mails from Excel.
The subject of the e-mail will be the value of "topic" on the active row.
The code I have used is as follows - (top of the code only as it is quite long )
Sub TMS_request()
'
Dim...
I'm trying to save this file to "today's" date with a macro. I'm now getting a 424 run time error. I'm very new to VBA , so I was wondering if someone can tell me what I'm doing wrong in this code? It's pieced together from code I've found in forums and changed a little. Also can you recommend...
please help
created user form and added
Private Sub Workbook_Open()
UserForm1.Show
End Sub
to autoload form when workbook is opened
all i get is a runtime error 424 object required.
much appreciated.