I am trying to import a range of cells from Excel to a Word content control. Currently I can import a single cell using the following:
dataInExcel = workBook.Worksheets("Sheet1").Range("A1").Formula
As soon as I change "A1" to "A1:A6", it stops working. Is there another convention that I should...
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.