B
BrkenRecord
Hey guys, I've recently been assigned a project that uses VBA and I'v
been slamming my head against the keyboard for a few hours on this one
so any help would be more greatly appreciated than you can possibl
imagine. I can't find anything online, and the answer is probably reall
simple. In any case:
Function HelpPlease()
Call GetTableValue(i)
MsgBox "value is" & i
End Function
Sub GetTableValue(i)
Sheets("TableC11").Select
Range("A6").Select
i = ActiveCell.Value
End Sub
Does not return the value stored in A6 and creates an annoying spurt o
message boxes telling me that the value is 0. I'm seriously about t
break my computer from sheer rage. Help please
been slamming my head against the keyboard for a few hours on this one
so any help would be more greatly appreciated than you can possibl
imagine. I can't find anything online, and the answer is probably reall
simple. In any case:
Function HelpPlease()
Call GetTableValue(i)
MsgBox "value is" & i
End Function
Sub GetTableValue(i)
Sheets("TableC11").Select
Range("A6").Select
i = ActiveCell.Value
End Sub
Does not return the value stored in A6 and creates an annoying spurt o
message boxes telling me that the value is 0. I'm seriously about t
break my computer from sheer rage. Help please