I would like to use a file path with a variable in it.
Please help. I've been at this for some time and nothing is working. Thanks
Code:
Dim rs as recordSet Dim Path as String Dim ReportName As String Set ReportName = me.txtreportName 'a textbox on a form to which the code is attached. Path = ""C:\Users\MyUserName\Documents\Custom Office Templates\"ReportName".docx""
Comment