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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lotus 123: Selecting a column

Status
Not open for further replies.

SMessier

MIS
Oct 31, 2000
4
CA
Hi,

How do I select an entire column using Lotus script?

Thanks.

Stephane Messier
 
I dont have lotus123 on this machine but as I remember, you simply select the columns index as a member of the columns collection

eg columns(5).select

then you might want to set the width with

selection.columnwidth=5

I'm not sure of the exact syntax but it is as easy as that. You could try the help files or even record the actions in a macro and harvest the code!

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top