J
jerry
I am using a form for the users to fill in. The values filled in by
user is populated in a sheet when the user clicks submit button . This
sheet alone is emailed using the mail system.
This code works for all except one user. That user keeps getting Error
9 ( subscript out of range)/ 91 (object variable or with block
variable not set) and the debug cursor points to worksheet select
code.
Workbooks("Form.xls").Sheets("sheet2").Activate
'Delete values in column B if there is any data
Columns("B:B").Select
Selection.ClearContents
Range("B1").Select
ActiveCell.Value = txtname.Value
Not sure what is wrong. May i request your help.
Thanks
user is populated in a sheet when the user clicks submit button . This
sheet alone is emailed using the mail system.
This code works for all except one user. That user keeps getting Error
9 ( subscript out of range)/ 91 (object variable or with block
variable not set) and the debug cursor points to worksheet select
code.
Workbooks("Form.xls").Sheets("sheet2").Activate
'Delete values in column B if there is any data
Columns("B:B").Select
Selection.ClearContents
Range("B1").Select
ActiveCell.Value = txtname.Value
Not sure what is wrong. May i request your help.
Thanks