PaulBricker
Programmer
I export data from a database to an excel spreadsheet. The data always writes to the same range of cells (overwrites existing data). Now, my bosses want to set up the spreadsheet so it is formatted for appearances but when I export, any formatting I add to the spreadsheet is lost. My solution was to set up one sheet, named EBKD, that has all the formatting they want, export the data to a second sheet, named expEBKD, and reference the cells on the second sheet from the first. Because the range on my unformatted sheet (expEBKD)will always be the same, I can easily reference the same data over and over again without touching the formatted sheet (EBKD). This all works fine. My problem is I don't want to have to type in hundreds of references (=expEBKD!$C$2, =expEBKD!$D$2... =expEBKD!$Z$2) for all the cells. I would like to set up a range of references. Something like =expEBKD!$C$2:$Z$244 I just haven't been able to figure out how to do that.
Any suggestions would be appreciated.
Paul
Any suggestions would be appreciated.
Paul