Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Fully defined formula links?

Can I force Excel to fully define formula links?

e.g. I want it to define a Cell, which is the product to two others as:
=currentSheet!A42*currentSheet!B52
instead of just:
=A42*B52

Trouble is I don't know how the worksheet is being created, so I need an
option to tell Excel what to do.

Thanks,
Peter


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Fully defined formula links?

Hi Peter,

Do you mean you are adding a sheet with code then also with code want write
a formula on some other sheet that refers to the new activesheet. If so for
the sheet name part

"'" & activesheet.name & "'!" & "etc"

there are apostrophes in the quotes.

Regards,
Peter T

"Peter Chatterton" wrote in message
...
Can I force Excel to fully define formula links?

e.g. I want it to define a Cell, which is the product to two others as:
=currentSheet!A42*currentSheet!B52
instead of just:
=A42*B52

Trouble is I don't know how the worksheet is being created, so I need an
option to tell Excel what to do.

Thanks,
Peter




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
Page not fully printing... Patrick Excel Discussion (Misc queries) 2 January 1st 10 01:52 PM
Cell Text not fully visible in Formula Bar Gordon308 Setting up and Configuration of Excel 3 February 6th 09 06:15 PM
lost Hypertext links defined in cells of an excel spreadsheet Eric Links and Linking in Excel 1 October 7th 08 10:06 PM
Fully functional spreadsheets on web? famdamly Excel Discussion (Misc queries) 4 April 18th 06 10:21 AM
xl environment not fully functional [email protected] Excel Programming 2 August 31st 05 09:21 PM


All times are GMT +1. The time now is 12:34 AM.

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"