Forum Discussion
strugglingChemE
Jun 24, 2022Copper Contributor
Sub or Function not defined Excel VBA (w/ Command Button)
Hello! I am working on coding a macro that transfers three columns of data from one workbook to another. When setting up and running the program, I keep getting a Compile Error: Sub or Function not ...
OliverScheurich
Jun 24, 2022Gold Contributor
You can try 'Worksheets' instead of 'Workseets'.
- strugglingChemEJun 24, 2022Copper ContributorGreat point thank you! I am still receiving an error from the first part of the code.