Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a title to a report through VBA.

Status
Not open for further replies.

clary

Vendor
Jan 12, 2004
1
US
How can I take user input through a VBA form and display it inside a cell in a report
 
Hi,
To show the data entered, you have to create the cell in your report first interactively (not through programming), and fill it with the Variable relating to your Input variable. E.g. Set the Formula for the cell to =<testvariable>.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top