good morning. I have the following question.
I am using a void function to dispaly a menu template that has a specific output format. The function is a void function with the following handle:
void productSelection()
My question is...is it possible to pass reference values into the the void...
Good Morning all. I keep getting a type mismatch error with the following code:
Public Sub SendToWord()
Dim CAP As Range
Dim myWord As Word.Application
Set CAP = Sheets("InitialAssessments").UsedRange
CAP.Copy
Set myWord = New Word.Application
With myWord
.Visible = True
.Activate...
Hello all. Good afternoon.
I need help with the following problem. I am truing to send the used range of a worksheet into a MS Word Bookmark. I can't get it to work. Here's what I have so far:
Public Sub SendToWord()
Dim CAP As Range
Set CAP = Sheets("InitialAssessments").UsedRange.Select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.