Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I declare a variable so it will work on more than one worksheeet while
using macros among both worksheets. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From VBE menu 'Insert' a module and paste the below declaration..
Public strData As String If this post helps click Yes --------------- Jacob Skaria "Alberto Ast" wrote: How do I declare a variable so it will work on more than one worksheeet while using macros among both worksheets. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Alberto
Worth reading this article http://www.ozgrid.com/VBA/variable-scope-lifetime.htm If this post helps click Yes --------------- Jacob Skaria "Jacob Skaria" wrote: From VBE menu 'Insert' a module and paste the below declaration.. Public strData As String If this post helps click Yes --------------- Jacob Skaria "Alberto Ast" wrote: How do I declare a variable so it will work on more than one worksheeet while using macros among both worksheets. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Public variable declaration | Excel Programming | |||
Variable Declaration | Excel Programming | |||
VBA - variable declaration | Excel Discussion (Misc queries) | |||
variable declaration | Excel Programming | |||
Variable Declaration?? | Excel Programming |