Hello. I have been trying to do this for a LONG time but not getting anywhere so I was wondering if anyone could help me out.
This is the problem. I'm gonna out sum values (radius of disks) in Excel, and I want VB to count how many values (disks) I have put. I have to use a While statement and this is what i have done (wrongly) so far...
Help anyone??
[CODE=vb]DimRadiusOFDisk As Integer
Initial Value = 0
While RadiusOFDisk > 0
ActiveSheet.Cel ls(ROW_NUMDISKS , COL_DATA) = "Initial Value" + "New Value"
Wend[/CODE]
This is the problem. I'm gonna out sum values (radius of disks) in Excel, and I want VB to count how many values (disks) I have put. I have to use a While statement and this is what i have done (wrongly) so far...
Help anyone??
[CODE=vb]DimRadiusOFDisk As Integer
Initial Value = 0
While RadiusOFDisk > 0
ActiveSheet.Cel ls(ROW_NUMDISKS , COL_DATA) = "Initial Value" + "New Value"
Wend[/CODE]
Comment