Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Here's Print Using Mismatch error
#12
One can also "Print Using" separate.

Code: (Select All)

Option _Explicit

Dim As Integer i
Dim As Double salary

Randomize Timer
For i = 1 To 12
  Print Using "& ##"; "Month"; i;
  salary = (Rnd * 500) + 2800
  Print " : "; Using "###,#.##"; salary
Next i

End
Reply


Messages In This Thread
Here's Print Using Mismatch error - by Dimster - 01-13-2024, 06:47 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 07:40 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 07:52 PM
RE: Here's Print Using Mismatch error - by bplus - 01-13-2024, 08:47 PM
RE: Here's Print Using Mismatch error - by Kernelpanic - 01-14-2024, 09:42 PM



Users browsing this thread: 1 Guest(s)