Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to increase numbers for value in Excel
#2
Not Solved
why dont you use a loop and keep incrementing the value! You can use any loop. Below is a sample loop.

Code:
For i=1 to 10
strVal="BUNA"&i
'Write value to excel
Next

Regards,
Ankesh
Reply


Messages In This Thread
RE: How to increase numbers for value in Excel - by Ankesh - 10-26-2012, 02:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in getting sum of numbers program QTpier 2 3,009 07-18-2014, 01:53 PM
Last Post: QTpier
  display any 10 numbers in ascending order using arrays in vb scripting haritha 4 24,243 01-03-2012, 05:46 PM
Last Post: shivu.hanu
  Can v save random numbers in a table srivania 1 2,500 09-29-2008, 03:38 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)