Hello Sir(s), I am now in <acronym title="visual basic for applications">VBA</acronym> and I want some from your side in this code.
Dim Strg As String
Dim Z As String
Dim n, nn As Integer
Dim c As Integer
Dim Lst As Integer
For nn = 64 To 83
Lst = IIf(nn = 83, 88, 90)
For n = 65 To Lst
c = c + 1
Strg = IIf(nn = 64, vbNullString, Chr(nn))
Z = Strg & Chr
Next n
Next nn
Here in this code he is only go to SX I want this code run ZZZ. how it is possible within these command lines I need your help urgently.
Dim Strg As String
Dim Z As String
Dim n, nn As Integer
Dim c As Integer
Dim Lst As Integer
For nn = 64 To 83
Lst = IIf(nn = 83, 88, 90)
For n = 65 To Lst
c = c + 1
Strg = IIf(nn = 64, vbNullString, Chr(nn))
Z = Strg & Chr
Next n
Next nn
Here in this code he is only go to SX I want this code run ZZZ. how it is possible within these command lines I need your help urgently.