Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem in excel macro

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_FileDirectory 1")

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Problem in excel macro

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

Go to FormatSheetUnhide 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)

wrote in message
oups.com...
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_FileDirectory 1")

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel-Macro Problem SR Excel Discussion (Misc queries) 8 July 20th 07 06:32 AM
problem with macro on Excel Captain Picard Excel Worksheet Functions 0 February 1st 06 09:20 PM
excel macro problem Jim Thomlinson[_3_] Excel Programming 0 April 12th 05 08:32 PM
Excel 2k3 Macro Problem Mike Excel Programming 0 September 20th 04 07:29 PM
Excel XP macro problem Paul Reeve Excel Programming 1 November 10th 03 11:26 PM


All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"