Problem in excel macro

  • Thread starter Thread starter emferrari
  • Start date Start date
E

emferrari

Hi

I have a excel program that does timesheets. Inside of the macros it
has 2 Microsoft Excel objects: Sheet2 (datasheet) and Sheet7
(TIMESHEET) and ThisWorkbook. The Sheet7 is the excel worksheet itself
and I'm trying to access the Sheet2 (datasheet) because in the code
have some references to parameters that maybe have in this datasheet:

For example:

FileDirectory1$ = Worksheets("datasheet").Range("SETUP_FileDirectory1")

The only problem is, nobody here in the company knows how to open this
datasheet because if I double click it does not show me the datasheet.

I need some help to maybe figure out how to open this datasheet.

Thanks

Eduardo
 
I am not clear as to the problem when you double-click it, but is it hidden.

Go to Format>Sheet>Unhide and see if it is in the list, if so unhide it.

It may be very hidden, in which case go to the VBIDE and select that sheet
in the explorer, and check the Visible property (F4). Change it if it is.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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

Back
Top