473,779 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

if then errors in vba. please help

29 New Member
Hi.

Please help. Still learning...

I am trying to write some code that will assign certain values to a variable based on values from a textbox.
So far I have the following but It doesn't seen to be working.

It should be that if my textbox is
0-3 then the expand value should be 0
4-6 then the expand value should be 1
6 and over then the expand value should be 2

This is the code I have

Dim lines As Double
Dim expand As Double

'reset expand value
expand = 0

'check line values and adjust expand values to suit
lines = txtLines.Text
If lines =>4 and <=6 Then
expand = 1
Else: If lines > 6 Then expand = 2
End If
Jul 28 '07 #1
7 1388
hariharanmca
1,977 Top Contributor
Hi.

Please help. Still learning...

I am trying to write some code that will assign certain values to a variable based on values from a textbox.
So far I have the following but It doesn't seen to be working.

It should be that if my textbox is
0-3 then the expand value should be 0
4-6 then the expand value should be 1
6 and over then the expand value should be 2

This is the code I have

Dim lines As Double
Dim expand As Double

'reset expand value
expand = 0

'check line values and adjust expand values to suit
lines = txtLines.Text
If lines =>4 and <=6 Then
expand = 1
Else: If lines > 6 Then expand = 2
End If
[PHP]
If lines < 4 Then
expand = 1
ElseIf lines >= 4 And lines <= 6 Then
expand = 1
ElseIf lines > 6 Then
expand = 2
End If[/PHP]

just try this.

hange

Expand|Select|Wrap|Line Numbers
  1. ElseIf lines >= 4 And <= 6 Then
to

Expand|Select|Wrap|Line Numbers
  1. ElseIf lines >= 4 And lines  <= 6 Then
Jul 28 '07 #2
Lazareth
29 New Member
thank you.

worked sweet.
Jul 28 '07 #3
Killer42
8,435 Recognized Expert Expert
Expand|Select|Wrap|Line Numbers
  1. ElseIf lines >= 4 And <= 6 Then
  2. ElseIf lines >= 4 And lines  <= 6 Then
Of course, you could just change it to
Expand|Select|Wrap|Line Numbers
  1. ElseIf lines <= 6 Then
for the same effect.
Jul 30 '07 #4
hariharanmca
1,977 Top Contributor
Of course, you could just change it to
Expand|Select|Wrap|Line Numbers
  1. ElseIf lines <= 6 Then
for the same effect.
i cannot get what you mean

ElseIf lines >= 4 And <= 6 Then
ElseIf lines >= 4 And lines <= 6 Then

in the above code they miss 'lines' so i did it
Jul 30 '07 #5
Killer42
8,435 Recognized Expert Expert
i cannot get what you mean ...
I'm aware of that. My point is that we already know the value is >= 4, so it's not actually necessary to check it again. So ElseIf lines <= 6 would work just as well.
Jul 30 '07 #6
hariharanmca
1,977 Top Contributor
I'm aware of that. My point is that we already know the value is >= 4, so it's not actually necessary to check it again. So ElseIf lines <= 6 would work just as well.
You mean

Expand|Select|Wrap|Line Numbers
  1. If lines < 4 Then
  2.     expand = 1
  3. ElseIf lines <= 6 Then
  4.     expand = 1
  5. Else
  6.     expand = 2
  7. End If
Yha you are correct.
Jul 30 '07 #7
Killer42
8,435 Recognized Expert Expert
Yeah, it was no big deal. Just pointing out a slightly shorter alternative coding.
Jul 30 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

10
2351
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a similar name to the table. Rather than making a long Select Case that could become obsolete if lookup tables are added and the source table of the ListBox is edited I came up with this code.) This code works but of course it gives me build...
12
2553
by: Russ | last post by:
Hello. My new dev machine is running XP Pro. In the past all equipment has only used Windows 2000. I have had a lot of problems getting my projects up and running on the new machine. The current one is a permission error. The project is a VC++ Web Service. It works fine when the service is hosted on the old W2K dev machine, but on the new XP machine I get a permission error when the service tries to open a text file on the Windows...
0
1173
by: Tiraman | last post by:
Hi , i m getting the following errors under the eventlog while i m trying to run some class that i wrote. at the first i got an error about the just-in-time : access denied and i added the permissions as i read in some article but this didn't help to so i disable the JIT from the IDE properties and then i got those errors . please advice.
13
2312
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a similar name to the table. Rather than making a long Select Case that could become obsolete if lookup tables are added and the source table of the ListBox is edited I came up with this code.) This code works but of course it gives me build...
12
1418
by: Russ | last post by:
Hello. My new dev machine is running XP Pro. In the past all equipment has only used Windows 2000. I have had a lot of problems getting my projects up and running on the new machine. The current one is a permission error. The project is a VC++ Web Service. It works fine when the service is hosted on the old W2K dev machine, but on the new XP machine I get a permission error when the service tries to open a text file on the Windows...
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9930
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2869
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.