Forum: CorelDRAW/Corel DESIGNER VBA
25-03-2019, 22:42
|
Replies: 0
Views: 11,240
macro help, include groups in transp removal
I tried this but I'm still missing something.
Sub ApplyNoTransparency()
Dim sr As ShapeRange
Set sr = ActivePage.FindShapes(Type:=cdrNoTransparency = 1)
If sr.Count <> 0 Then
...
|
Forum: CorelDRAW/Corel DESIGNER VBA
19-03-2019, 14:27
|
Replies: 1
Views: 12,857
|
Forum: CorelDRAW/Corel DESIGNER VBA
27-02-2019, 18:46
|
Replies: 0
Views: 10,762
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-01-2019, 11:51
|
Replies: 1
Views: 9,712
|
Forum: Macros/Add-ons
26-09-2014, 12:29
|
Replies: 0
Views: 4,381
run macro/code on document switch
I'm trying to run a macro/code when the user clicks or switches between open documents...it would run when I click on a document tab at top. Here is code that works when the user clicks in the...
|
Forum: Macros/Add-ons
26-09-2014, 12:29
|
Replies: 1
Views: 7,267
MACRO - delete all object styles and sets
Is there such a thing? I'd like to make a macro but don't know where to start. I tried recording the action but only got this:
Recording of this command is not supported: StyleModify
Any...
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-08-2014, 09:42
|
Replies: 7
Views: 3,843
Run-time error '91':
Object variable or With...
Run-time error '91':
Object variable or With block variable not set.
If ActiveShape Is Nothing Then MsgBox "Please select a text shape that has the font you are looking for. Exiting...",...
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-08-2014, 05:12
|
Replies: 7
Views: 3,843
drawing the color box behind the text helps me...
drawing the color box behind the text helps me see the highlight better. still need to select only objects on the Layer 1 because now it selects ALL text including off page which are on DESKTOP layer.
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-08-2014, 17:23
|
Replies: 1
Views: 2,718
Find text on Layer 1
Using the code below, what would I need to add/remove to allow selection of textfont on the Layer 1?
Set sr = ActivePage.Shapes.FindShapes(Query:="@type ='text:artistic' or @type...
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-08-2014, 08:50
|
Replies: 7
Views: 3,843
|
Forum: CorelDRAW/Corel DESIGNER VBA
27-08-2014, 14:11
|
Replies: 7
Views: 3,843
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-05-2014, 08:22
|
Replies: 3
Views: 3,594
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-05-2014, 22:08
|
Replies: 3
Views: 3,594
need help - drag form code not working anymore
I used some code from Alex V I think. It does not seem to work properly now since I'm using X7 64bit. Can someone help explain why and if there is a fix? Also, this code allows the user to drag...
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-01-2014, 09:39
|
Replies: 0
Views: 2,362
math calculations - real time updating text field
If I create a form with a text box and I have a shape that I drag proportionately in size, I would like to see if it's possible to put the size data into the text box in real time...Let's say I have...
|
Forum: CorelDRAW/Corel DESIGNER VBA
16-01-2014, 14:43
|
Replies: 50
Views: 76,535
Color Replacer error
Why am I all-of-a-sudden getting this error 'incompatible color model...method'? This macro has worked plenty of times before...now this.
Private Sub historyDraw()
Dim i&, C As New Color
Dim...
|
Forum: CorelDRAW/Corel DESIGNER VBA
15-01-2014, 16:42
|
Replies: 0
Views: 3,690
VBE Tools update?
Are there any plans on releasing VBE Tools versions for CorelDraw X6 VBA object nudging? I installed version 2 but it does not show up in my VBA Editor.
here is the web site that has version...
|
Forum: CorelDRAW/Corel DESIGNER VBA
15-01-2014, 15:56
|
Replies: 0
Views: 3,504
VBE Tools update?
Are there any plans on releasing VBE Tools versions for CorelDraw X6 VBA object nudging? I installed version 2 but it does not show up in my VBA Editor.
here is the web site that has version...
|
Forum: CorelDRAW/Corel DESIGNER VBA
25-06-2013, 11:05
|
Replies: 2
Views: 3,701
With ActiveDocument.PDFSettings
...
With ActiveDocument.PDFSettings
.PublishRange = 0 ' CdrPDFVBA.pdfWholeDocument
.PageRange = ""
.Author = "Greg Gutierrez"
.Subject = ""
.Keywords = ""
...
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-06-2013, 22:10
|
Replies: 2
Views: 3,701
export to PDF
If I want to publish a pdf using above code, how do I tell the macro to use the currently-named file? also, I need to let the user pick the save location for the pdf so how can I do this as well?
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-06-2013, 22:03
|
Replies: 3
Views: 4,213
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-06-2013, 15:18
|
Replies: 3
Views: 4,213
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-06-2013, 13:25
|
Replies: 3
Views: 4,213
|
Forum: Macros/Add-ons
12-12-2012, 00:08
|
Replies: 3
Views: 4,429
|
Forum: CorelDRAW/Corel DESIGNER VBA
10-12-2012, 13:44
|
Replies: 1
Views: 4,473
include inside groups
If I have a document with Bacon on some pages and groups, I'd like to have my macro search including inside groups but it appears I don't have the proper code setup. Could you help? (I replaced the...
|
Forum: Macros/Add-ons
01-12-2012, 21:47
|
Replies: 3
Views: 4,429
thumbnailer macro
It appears that the thumbnailer macro (by oberon) does not work properly in X5. My guesss would be an alignment issue or some code the translates differently in X5 compare to X4 and older versions. ...
|