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

Recent content by Charmaine

  1. Charmaine

    Lotus 123 column width

    You can do this in 2 ways: 1. Use range.ColumnWidth = value. (You will need to know the width which you would like the column for this one.) Eg. To change column C of sheet A to a width of 32 [A:C1].ColumnWidth = 32 2. Use range.FitWidest. Adjusts the column widths to fit the widest cell...
  2. Charmaine

    Error msg: "Return object has been deleted by the file handler"

    Hi, I am running the following command from a VBS file (Visual Basic Scripting). "Return = WshShell.Run("123w.exe -w" & FileNm, 1, TRUE)" and passing FileNm as the 1-2-3 file I want to open. I am using LotusScript within 1-2-3 to do some manipulation of the data (eg. change...
  3. Charmaine

    Can I convert Lotus 123 Macros to Lotus Script?

    Hello, I am looking at also converting Macros to LotusScript. Did you get any useful feedback from your questions ? Also, do you know where I can find the chart of Macro commands and equivalent LotusScript ? Please reply to: cwells@au1.ibm.com

Part and Inventory Search

Back
Top