Timestamp to string

You need to format your excel column (probably from Number to Text)

or pass in the below way

“'”+counterID.ToString+ DateTime.Now.ToString(“HHmmss”)+DateTime.Now.ToString(“MMddyy”)

(single quote in the beginning)

3 Likes