Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to pass a string value from one module to
another how can you do this? I have a string that contains a numerI need to pass that string to another module to do the rest of the code. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in one module (module1), declare a public varaible (public myVar) .. in the
other module (module2) state module1.myVar = "blahblahblah" theHman "Sirron" wrote in message ... I'm trying to pass a string value from one module to another how can you do this? I have a string that contains a numerI need to pass that string to another module to do the rest of the code. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace numeric strings in larger text strings | Excel Worksheet Functions | |||
formula for % passing | Excel Worksheet Functions | |||
Passing a row to a function | Excel Worksheet Functions | |||
How to find number of pairs of strings from list of strings? | Excel Worksheet Functions | |||
How can I count strings within strings | Excel Worksheet Functions |