Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
table[_2_] table[_2_] is offline
external usenet poster
 
Posts: 1
Default i want defination of columns and rows?

i want defination of columns and rows?
  #2   Report Post  
Posted to microsoft.public.word.tables
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default i want defination of columns and rows?

Is 'defination' a word? What does it mean?
If you mean 'definition' then columns are the parts of a table that go up
and down rows are the parts that go across.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



table wrote:
i want defination of columns and rows?



  #3   Report Post  
Posted to microsoft.public.word.tables
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default i want defination of columns and rows?

And this same question (presumably from the same poster) had already been
answered just the day before.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Graham Mayor" wrote in message
...
Is 'defination' a word? What does it mean?
If you mean 'definition' then columns are the parts of a table that go up
and down rows are the parts that go across.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



table wrote:
i want defination of columns and rows?






  #4   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default i want defination of columns and rows?

But I assumed defination meant definition; maybe it means something else so
that the information that I provided did not answer the question.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Suzanne S. Barnhill" wrote in message
...
And this same question (presumably from the same poster) had already been
answered just the day before.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Graham Mayor" wrote in message
...
Is 'defination' a word? What does it mean?
If you mean 'definition' then columns are the parts of a table that go up
and down rows are the parts that go across.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



table wrote:
i want defination of columns and rows?








  #5   Report Post  
Posted to microsoft.public.word.tables
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default i want defination of columns and rows?

Perhaps the OP wants to know what the row/column designations are. In that case, rows have numbers (1-n) and columns have letters
(A-BK). And, if the OP wants to find the address of a particular cell, a macro like the following will do the job:

Sub CellAddressShow()
'This macro displays the address of a table cell on Word's status bar
If Selection.Information(wdWithInTable) = True Then
If Selection.Cells(1).ColumnIndex 26 Then
StatusBar = "Cell Address: " & Chr(64 + Int(Selection.Cells(1).ColumnIndex / 26)) & _
Chr(64 + (Selection.Cells(1).ColumnIndex Mod 26)) & Selection.Cells(1).RowIndex
Else
StatusBar = "Cell Address: " & Chr(64 + Selection.Cells(1).ColumnIndex) & _
Selection.Cells(1).RowIndex
End If
End If
End Sub

--
Cheers
macropod
[MVP - Microsoft Word]


"Doug Robbins - Word MVP" wrote in message ...
But I assumed defination meant definition; maybe it means something else so that the information that I provided did not answer
the question.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Suzanne S. Barnhill" wrote in message ...
And this same question (presumably from the same poster) had already been answered just the day before.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Graham Mayor" wrote in message ...
Is 'defination' a word? What does it mean?
If you mean 'definition' then columns are the parts of a table that go up and down rows are the parts that go across.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



table wrote:
i want defination of columns and rows?








Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Rows and Columns English Edition Publishers Tables 1 April 23rd 08 08:29 AM
Converting Rows to columns eraksoy Tables 4 November 11th 07 12:06 AM
Data in columns i.o. rows Lupe Mailmerge 3 September 28th 07 12:18 AM
Deleting rows or columns Rufus Tables 2 July 28th 07 12:42 AM
'Tables'- 2 columns,4 rows. Can you merge one column into 3 rows? CalMac Captain Tables 1 May 19th 06 03:27 PM


All times are GMT +1. The time now is 07:22 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"