J
Jim Cox
I am trying to active a form from a macro. I used the 'copy' function but it
fails. It tells me that the ShowDataFrom method failed. The spreadsheet will
be used my schools in our district to register students for the science
fair. I'm not the proficient in Excel.
Sub InputList()
'
' InputList Macro
' Macro recorded 10/5/2006 by 'Jim C'
'
Sheets("Names").Select
Range("A4:E4").Select
ActiveSheet.ShowDataForm
End Sub
Thanks Jim C
fails. It tells me that the ShowDataFrom method failed. The spreadsheet will
be used my schools in our district to register students for the science
fair. I'm not the proficient in Excel.
Sub InputList()
'
' InputList Macro
' Macro recorded 10/5/2006 by 'Jim C'
'
Sheets("Names").Select
Range("A4:E4").Select
ActiveSheet.ShowDataForm
End Sub
Thanks Jim C