VBA code in "Data" menu

T

Thunder5

Is it possible to view the code for the Userform in the "Data" menu?
The form that comes up by default works fine but I would like to creat
a similar form and customize it
 
B

BrianB

Not as you suggest, because it is not Visual Basic. You realise that ou
VB routines are compiled into "machine code" before being passed to th
system processor
 
Top