I am trying to reference an excel spreadsheet in VBA inside a script task within SSIS, but I don't know how to specifically reference cells inside my code. I basically just want to bring in text from the spreadsheet into variables to avoid hard coding each line in VBA.
Any help is appreciated.