Jump to content
Compatible Support Forums

sailu_mvn

Members
  • Content count

    2
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About sailu_mvn

  • Rank
    stranger
  1. The Openoffice macros are written in Star Basic language and MSOffice macros are written using Visula Basic for Applications. I have a Excel Macro file which has to run on linux. The following are the procedures I adapted and finally i was not able to make it. I first tried with Openoffice and found that the way the Openoffice processes the DataSheet is different from the way the MSOffice does. So, I have known an emulator called wine. I installed wine. Then created an windows environment and then I installed VB6 runtime environment for the VBA to work. Now, it was time for me to try my luck in wine by installing MSoffice. I installed MSoffice 97 and the installation went pretty well. Now, when I open my Excel sheet containing macros, the M[censored]cel started bouncing with errors. The error was -------------------------------------------------- --------------------- " Run-time error '-2147417848 (80010108)':Run-time error '-2147417848 (80010108)': Method 'Paste' of Object '_Worksheet' Not Found." -------------------------------------------------- --------------------- I googled and found that this error occurs when the cells are conditionally formatted and the cells range to paste was lost. Can anyone guide me how to continue working on this? Please advice me. Sailaja
  2. sailu_mvn

    edit pdf in linux

    Hi, I am looking for the software to edit pdf in linux. Somebody has any idea, do help me. The following are the procedures i adapted. 1. The pdftotext conversion of a pdf and then edit it in scribus and save again as pdf. But, during this procedure, the images are lost... I dont want a lossy edit. 2. I opened the pdf in the gimp image editor and then edit the pdf there and save it as png. Then again open that png in openoffice draw and export the same as pdf. This way i am able to do edit on pdf. But, when more than one page is there in the pdf, the first page is displayed fine.The other pages have junk data.i dont know why.As per my thought this is due to some font problem in gimp.Hopefully yes.Do i need to install some plugins for gimp for the fonts? 3. I tried with pdftk. It does not work with the images. Thanks in Advance. Regards, Sailaja.Mulakaluri
×