What is the proper format for creating an external reference with no spaces in the file name located in the same folder as the destination file?
A) [WorkbookName]WorksheetName!RangeOfCells
B) [WorkbookName]"WorksheetName"!RangeOfCells
C) [WorkbookName]'WorksheetName'!RangeOfCells
D) WorksheetName!RangeOfCells
A
Computer Science & Information Technology
You might also like to view...
A(n) ________ query allows the values of one or more fields in a query dataset to be modified
Fill in the blank(s) with correct word
Computer Science & Information Technology
When writing a procedure in VBA, comment lines start with ________
A) " B) // C) --> D) '
Computer Science & Information Technology