Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to change the counter position in a program from what it would normally be if the program followed its original logic and I am trying to use the ByRef method to do this. Can't find too much written about this in the VBA books I looked at but it looks rather simple. I'm missing something because it does not work. I have a main program called Dog() which moves a cell counter by one and uses the name "Count" to point to a cell Cell (Count, 1). Dog has several "subprograms" which perform tasks and return to Dog. One of the subprogram's tasks is to change the cell pointer from what it would be if followed the 'i= 1 to 100... Count = Count +...next i" method of looping used in Dog. A certain cell value causes a subprogram in Dog, say Sub Cat, to perform another calculation and change the Count value by one. If the next value of Count when Dog is performed would be, say, 6, Cat changes to it 7. I need to tell Dog the new value of Count is 7. I tried passing the new count value from Cat to Dog with the line Dog(ByRef Count) and I keep getting error messages of "Expected Expression" and "Syntax Error." Can anyone tell me how to pass a changed counter value using the ByRef technique and what I am doing wrong? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
correct syntax for nesting "if", "and", and "vlookup"....if possib | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |