View Single Post
Old Feb 17th, 2006, 9:34 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
A difference in what? I suppose VB is implied... I don't believe there is a difference.

For instance, an if statement in VBA would be... which looks the same as VB.

If bottomCel.Row >= topCel.Row Then
        Range(topCel, bottomCel).Select
End If
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote