How to make a global definition out of......
How to make a global definition out of......
(OP)
This is what i have (is just an example) but clear.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
How to make a global definition out of......
|
RE: How to make a global definition out of......
Note About Global Definitions
Global definitions do not recognize local definitions.
This makes sense because global definitions can be used anywhere but local definitions can only be used after the definition. How could a global definition that depends on a local definition be used ahead of the local definition?
RE: How to make a global definition out of......
Your program may work if all variables and functions are defined with global definition.However, I do not see how the global definition in this case provides any improvement or advantage compare with the regular equal sign definition.
RE: How to make a global definition out of......
The thing is that i want to put the result at top of the 1st page, that´s all
But, thanks! :)
RE: How to make a global definition out of......
When I want to put the results on the first page, I make a second worksheet that I call my "summary" sheet. Then I reference the calculation sheet into the summary sheet.
RE: How to make a global definition out of......
TTFN
RE: How to make a global definition out of......