C
Carrie
my macro shows
Sub Insert()
'
' Insert Macro
' insert new cards
'
' Keyboard Shortcut: Ctrl+a
'
ActiveSheet.ShowDataForm
End Sub
when i go to run it...it says run time error 1004.
how do i correct this??
thanks!
Sub Insert()
'
' Insert Macro
' insert new cards
'
' Keyboard Shortcut: Ctrl+a
'
ActiveSheet.ShowDataForm
End Sub
when i go to run it...it says run time error 1004.
how do i correct this??
thanks!