Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, i have been searching the threads to get some info, but nothing
answered 100% my question. Is there another way to have access to the variable size than using the call in the following code: Option Explicit Public size As Integer Public Sub test1() size = Cells(1, 1) End Sub Public Sub test2() Call test1 Cells(2, 1) = size * 2 End Sub thanks, Nicolas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Global Variables | Excel Programming | |||
global variables | Excel Programming | |||
Global Variables | Excel Programming | |||
Global Variables | Excel Programming | |||
global variables | Excel Programming |