Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel sheet vs footer...

Status
Not open for further replies.

rcloutie

Programmer
May 26, 2005
164
CA
Hi there,

I have built an excel file which is used as a template. From my app, I can open the file and insert my data. All works fine.

I want to have a footer which includes somes checkboxes While standard excel's footer doesn't support it, I have inserted a worksheet as the footer.

So here's what I'm doing:
1- Inserting all data rows in the 'good' worksheet;
2- Select the 'temp' footer worksheet and call copy method;
3- Reselect the 'good' worksheet and call the paste method;

The problem is that checkboxes are not copied with the selection.

Any idea?

Rej Cloutier
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top