get value of =GetCurrentComputerName()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am retrieving .value of many textbox controls on a form using a loop. I am
building an SQL textfile. When I retrive .value of textbox with default
value of =GetCurrentComputerName() it brings in "=GetCurrentComputerName()"
instead of my computer name. How do I get it to run the function and return
the value when I go to retrieve the .value field of the textbox?
 
Back
Top