dear sir i am tring to automate coreldrwaw in visual basic. but i am not able to fill textures to shape. and i am unable to do the methods of corelscript...
Roy, I had a problem with UNIDRV.DLL. When I changed driver for the printer to specific one, the printable area shifted to the normal position.\ Anatoly ... ...
I am having the same problems with a shifted print area in PP9 and PP10 under WinXP. Right now I am using as a workaround the VBA function Private Sub...
Joerg, I have several HP printers(local and network prn). Print server has NT4 OS and Client Win2000 OS. First I added network printer and got shifted...
I am hoping to find a person whom can help with a project. I am looking to create a custom interface and script a bunch of template images for use in our...
Hello everbody, i have a problem with a program. I have made a ActiveX.EXE in VB6, with a test class and test funktion ...here the souce....very simpel:) Name:...
Hi!, i have a cdr doc with an image linked as an OLe object, and i want to change, from VBA, the path of the image, how i canīt do it? Sorry, my English is...
Hi!iīm again, i couldnīt do what i want, but i found a solution, delete the OLE object, and create a new one with my path, but when i create it, i had a...
Dear Faustino, To access object data: Set Myshape = ActiveShape objVal=Myshape.ObjectData("NameOfField").Value In case your VBA editor is disabled you may...
Has anyone had this problem? I created a few macros in VBA for CorelDraw and have made custom buttons and added them to my workspace. Somewhere along the way I...
Folks, I need a script that will look through an open coreldraw file, find all of the two digit numbers in the drawing and draw a certain sized square on top...
Richard, Yup, it can be done. -- Nick Wilkinson. www.isocalc.com - The site for technical illustrators. ... From: "Randall Richard" <richard.randall@...>...
Rick - Here's how to FIND 'em, and draw a square on 'em, and group 'em, but I'll be darned if I can figure out how to align 'em. You'll have to do some error ...
Aw, you ask for da Earth, man ... Option Explicit Private Const hmargin = 2 Private Const vmargin = 2 Public Sub num_to_rect() Dim doc As Document Dim lay As...
Howdy----does anybody know if you can create a text file from a coreldraw vba macro. I'm trying to write a hot spotting macro that'll give coordinates for...
Should be easy. Just open a text file (Open "coord.txt" for Output as 1), then write the values to it (print #1,x,y). Print #1,x,y tab separates the values...
I was going to say "Yup, it can be done.", but Andy beat me to it ;) -- Nick Wilkinson. www.isocalc.com - The site for technical illustrators. ... From:...
Forgive me it is late so this maybe just me not thinking straight. I am trying to find a better way to select a shape I need. Do I have to loop through all...
Shelby, Depends on whether 'x' is a shape ref or a StaticID. If it's a shape ref: ActiveDocument.ClearSelection x.Selected = True If it;s StaticID: ...
Nick, Sorry for correcting (optimizing) you :-) ... "x.CreateSelection" does this in one step. ... Yes, it does work and should be used (or maybe the Page's...
Nick---You have already helped me a bunch however I need to better explain what this macro needs to do. I need a macro that will find a #1 on the active page,...
Alex, Thank you for the corrections/enhancements :) I am so busy at the moment that I didn't have time to test any of the submitted code for Shelby. I had...
Hi, I try to set print settings from vba but seems there is not enough tools for it. E.g. for layout settings (scale, pos). I found a workaround: saving,...
Having a related problem changing the number of copies printed. Can do it with prs file, but don't want to make 20 of them for printing 1 to 20 copies....
Zoltan: Thanks so very very much. This will really help a lot Robert ... From: Zoltan Szanto [mailto:antobal@...] Sent: Thursday, April 18, 2002 5:49...