![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2006
Location: Ohio
Posts: 22
Rep Power: 0
![]() |
VBA-if statements
Is there a difference in using the if statements in VBA?
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Read something somewhere regarding how to ask a question. Please.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Feb 2006
Posts: 8
Rep Power: 0
![]() |
:eek: :banana:
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|