Default Tab Stops for Template

I

IMATech2

I built an invoice template in Excel, everything works except I want to tab
over the cells that are just labels and goto the fields that need data
inserted.
Is there a way to do this like the prebuilt MS templates or do I have to
program a user form with VB?

Thanks
 
I

Ian

You need to unprotect the cells you want to tab into
(Format>Cells>Protection> deselect Locked)and protect the
sheet(Tools>Protection>Protect Sheet).
 
I

IMATech2

Thanks! I thought I'd tried that before, but maybe I hadn't saved my changes
correctly before I protected the Sheet. 85% of the tabs go the right places
now. I have a couple rows at the bottom of the page that I split the row and
they don't work quite right, but it is diffently a 100% improvement.

Thanks
 
I

Ian

Glad to help.

--
Ian
--
IMATech2 said:
Thanks! I thought I'd tried that before, but maybe I hadn't saved my
changes
correctly before I protected the Sheet. 85% of the tabs go the right
places
now. I have a couple rows at the bottom of the page that I split the row
and
they don't work quite right, but it is diffently a 100% improvement.

Thanks
 
Top