A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Selected Table cells problem - range of cells is not continious



 
 
Thread Tools Display Modes
  #1  
Old March 15th, 2010, 12:07 PM posted to microsoft.public.word.tables
Igor Jecmenic
external usenet poster
 
Posts: 1
Default Selected Table cells problem - range of cells is not continious

1. I had table of 3 columns and 4 rows.
2. Select cells
row 1 column 3
row 2 columng 4

Word.Selection selection;
bool isSelectionInTable = (bool)selection.get_Information(
Word.WdInformation.wdWithInTable );
if( isSelectionInTable ) {
int numberOfSelectedCells = selection.Cells.Count; // only 1
}
Code returns only one selected cells

Is there any way to get all 2 selected cells?

Thank you,
Igor
  #2  
Old March 15th, 2010, 03:21 PM posted to microsoft.public.word.tables
Jay Freedman
external usenet poster
 
Posts: 9,488
Default Selected Table cells problem - range of cells is not continious

No, that is not possible in VBA. See
http://support.microsoft.com/?kbid=288424.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Igor Jecmenic wrote:
1. I had table of 3 columns and 4 rows.
2. Select cells
row 1 column 3
row 2 columng 4

Word.Selection selection;
bool isSelectionInTable = (bool)selection.get_Information(
Word.WdInformation.wdWithInTable );
if( isSelectionInTable ) {
int numberOfSelectedCells = selection.Cells.Count; // only 1
}
Code returns only one selected cells

Is there any way to get all 2 selected cells?

Thank you,
Igor



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.