Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what the purpose of your idea is, but how about:
Sub PlusPlus(lVar As Long) lVar = lVar + 1 End Sub Sub test() Dim i As Long PlusPlus i MsgBox i End Sub RBS "LesioB1" wrote in message ... Hi, do some know how to simulate in VBA operation known in C as ++i, it's mean add to the same variable The Best Lesio |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA help for simulation | Excel Programming | |||
Help with simple 1-D motion simulation | Excel Programming | |||
Simulation | Excel Programming | |||
I need to set up a simulation | Excel Programming | |||
I need to set up a simulation | Setting up and Configuration of Excel |