N
nc
I recorded the following macro
Range("A1:B1").Select
ActiveSheet.ShowDataForm
It works on a new unsaved workbook, but I get the error
message "ShowDataForm method of worksheet class failed"
when I run it on a template. Please help.
Thanks.
Range("A1:B1").Select
ActiveSheet.ShowDataForm
It works on a new unsaved workbook, but I get the error
message "ShowDataForm method of worksheet class failed"
when I run it on a template. Please help.
Thanks.