Debuging Macros

G

Guest

I am gettiing a runtime error "9" subscript out of range message so I click
debug and this line is highlighted yellow Sheets("Input").OnEntry =
"ValidateFreq". What can I do to fix this? Thanks
 
G

Guest

You don't have a worksheet called : Input. Otherwise, you have more than one
workbook opened and the focus is on the workbook that doesn't contain Input.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top