Search results

  1. N

    Excel Copy and Paste losing Merged Cells

    When I perform the following from progress: hSHEET2:Range("A1:BI10"):Select. hSHEET2:Selection:Copy. hSHEET1:Range("A1"):Select. hSHEET1:Paste. I lose the merged cells I have in "A3:I3" How can I keep my merged cells... merged?
  2. N

    ProxyGen example to use with vb.net needed

    Looking for a simple example on creating the a progress program, compiled .r and having proxy gen create .dll so can be used by vb.net / ado.net. Any one have a simple example they can post?
  3. N

    Error ** "db/trg/prchkded/find.p" was not found (293).

    I am receiving this error. How do I point my procedure to this directory so I don't receive this error?
  4. N

    Excel.Application SaveAs

    I am calling the Excel.Application object. Problem is I need to save the workbook as an Excel 8 (Excel 2003) document. Any ideas on how this can be accomplished? Thanks.
Back
Top