View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default loopig in Macro Programming

All MS Office programming is in the Visual Basic for Applications
language, which should give you an idea of how it ties in with Basic.
;-)

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
In ordinary programming language like Basic we have a command called "loop"
which is used for recurring a command or a series of commands to reach a
criteria. How should it be done in Macro?
Specifically I want to cut and paste specified cells and then do it again
for another cells.
Any help is highly appreciated.
TIA, Rasoul