EBDN - Community - Question & Answers

  Wednesday, 19 April 2023
  0 Replies
  730 Visits
0
Votes
Undo
In VBA you can get the ASCII-number of a character by this code

MyNumber = Asc("A";) ' Returns 65.

How will it work with formular attribute?