Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I am new to VBA in ecel and have a question. I have made a userform to
collect information from the user and with that information I am using the following code: Set foundCell = Range("a4:a50").Find(Prob, , xlValues, xlWhole) If foundCell Is Nothing Then Check = MsgBox("Not Found. Would you like to add it to the database?", 36, "ERROR") If Check = vbYes Then thing.Hide info.Show Else Exit Sub End If Else ..... I want to use data in the row of my 'foundcell'. My question is: HOW DO I PASS THE INFORMATION ABOUT THE FOUNDCELL AND ALL THE OTHER CELLS IN THE ROW, TO OTHER SUB PROCEEDURES AND FUNCTION PROCEEDURES THAT I HAVE WRITTEN IN THE MODULE? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing Variables | Excel Programming | |||
passing variables | Excel Programming | |||
Passing Excel formats in VBA date variables | Excel Programming | |||
Passing Variables | Excel Programming | |||
passing variables from excel to word | Excel Programming |