Pramodpandit123
New Member
- Joined
- Apr 18, 2020
- Messages
- 30
- Office Version
- 2016
- Platform
- Windows
How can i generate random numbers of certain string length with predefined set of characters and numbers ?
For eg: Generate a 20 random numbers that only contains " 1 0 P K L @ " , of which string length = 18.
Output1= 1P0PL@P01K1PK@L0P
Output2= 1K11P@P0K@L0PP0PL
. . . . and so on.
For eg: Generate a 20 random numbers that only contains " 1 0 P K L @ " , of which string length = 18.
Output1= 1P0PL@P01K1PK@L0P
Output2= 1K11P@P0K@L0PP0PL
. . . . and so on.