|
-
Jun 7th, 2000, 04:22 AM
#1
Thread Starter
Lively Member
Although I am able to put values in cells, I would
like to change the actual tab titles.
For instance, rather than the default cell/column title
of A, I would like to change this value to "Country Name".
And as for the cell/row title of 1, I would like to change
this value to "Canada". etc.
Does anyone know how I would do this using VB6 with an
Excel.Worksheet object (for Excel 2000).
THANKS!
-
Jun 7th, 2000, 04:29 AM
#2
Fanatic Member
According to my knowledge, I don't think you can change "A" to another name. I am almost sure, unless you know how to. If you know how to, show me the steps and I will try to post some code against your steps.
Chemically Formulated As:
Dr. Nitro
-
Jun 7th, 2000, 04:37 AM
#3
I think Nitro is right, their constants
Most spreadsheets have column titles in the second or so row. Thats pretty standard stuff. I think your users would get confused if you could change "A" etc.
-
Jun 7th, 2000, 11:34 PM
#4
Thread Starter
Lively Member
I found it was done using pivot tables in Excel
(something I know nothing about).
-
Jun 8th, 2000, 10:11 AM
#5
You shouldn't chanage them!!!!!!!!!!!!!!
Warning....warning....warning
The Column Headers plus row ids should not be changed!!!!
They are used throughout macro and calculations.
Any spreadsheet package from VisiCalc to Lotus123 to Excel uses the same layout with cells id by Column:Row
ie cell(A3). Your users will be confused if you change these constants, which l still don't think you can
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|