Search results

  1. H

    How to code Excel Protection on worksheet - AllowFormattingColumns

    Hi, I am trying to protect an excel sheet but allowing columns to be formatted. recording a macro in excel gets me: ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True _ , AllowFormattingColumns:=True Doing various permutations to get the Progress code has...
  2. H

    Reading a cell in Excel?

    I need to interrogate the results of a formula generated earlier on the same row. What is the format to check a specific cell? DId enough experimentation and have had no luck at the specifics. If formula generates say 200.00 in cell "A3"... if chWorkSheet:???? = 200 then.... Can someone help...
  3. H

    Excel - Wrap within Cell

    I have a program that sends more than 100 characters into a 40 character Excel field. In Excel you can format the cell to be word Wrap and the 100 characters will wrap into 3 lines. In a Progress routine I can do the same. However when you are using Excel directly if you use <alt> enter it...
  4. H

    Loading Excel addins in a progress routine

    I am using Progress to load a template and load data from a Progress database. Since adding a service pack to Excel 2003, the addins that were loaded as default before no longer are activate when I start the program. It looks like I need to load and activate specific addins now to have the...
  5. H

    Has anyone managed to Load Progress 9.1d on VISTA64

    Hi... I am building an additional machine for development and decided to try Vista 64 for a head start on client migration. I have tried to load Progress 9.1D on Vista 64 and it keeps stopping me saying the process _isdel.exe is being used by some other process. I noticed another thread re...
Top