I for now have my workbook set up this way, in where the workbook is hard coded into the Set command, I am wondering if there is a way of doing this so I can have it where i
Try this.
Dim Workbk as workbook Set Workbk = thisworkbook
Now everything you program will apply just for your containing macro workbook.