CorelDRAW Graphics Suite X5 :: Macro To Change Text Color In A Table
Apr 5, 2011
BDTableTextColour_v3h.gms
I have attached a free macro to change the text color of cells in a table. Without the macro there is currently no way to select more than one cell and change the text color.
The macro allows the user to either:
click on a table (to select it) and then apply a new color to ALL text in the table; or choose a new color from the macro from, select some cells in a table and then apply that color to the text in those selected cells
Please note in step 2 it is important you choose the new color first and then select the table cells. If you do it the opposite way around, while choosing a colour you will deselect the selected cells and apply color to all of the text in the table.
cs_setInnerHtml('video_ad5e34dd-845c-4786-85b1-a1ffefea52ae','');
View 1 Replies
ADVERTISEMENT
Mar 27, 2011
Is macro can change color of the work envoronment in CD? I can't stant the white anymore.
CorelDraw X5 v. 15.2.0.686 Hot Fix 4 - Windows 7-64
View 1 Replies
View Related
Aug 14, 2013
Is there a way to change the default color of the Dimension lines and text? I want it to default to black not dull green! I can change it afterwards, but can't seem to find a way to change the default color.
View 1 Replies
View Related
Mar 27, 2012
how do I Change the light blue color of text selection in corel x6
View 11 Replies
View Related
Sep 3, 2012
Is there a macro that turns all text on a page in curves?
View 8 Replies
View Related
Mar 12, 2012
I saw a macro that does this a while ago, but I could very well be wrong. If it doesn't already exist, I am not even sure if it is possible, so I thought I'd ask the Macro Masters here!
Lets say I have a page fill of objects/shapes/text with all sorts of different colors.
I select the black color (or whatever color) but would actually like to select ALL colors other than the black color that I have selected.
So, if I have a page with Black, Red, Green & Blue shapes, I select an object colored black, the macro would then select ALL objects/text on the page that are NOT black.
View 11 Replies
View Related
Feb 14, 2013
Have text that has markers - need to write a macro to pick up the markers and make that text bold or that text italic etc...
ie #Arana Hills# 'Heidke Dance Studio' Joanne Wilson.: 5923.1111, Ramon 0444.220.567
Need the text between the # to be bold and remove the # markers
Need the text between the ' to be italic and keep the data marker '
View 7 Replies
View Related
Aug 24, 2012
Here's a macro I've used for quite some time. Feel free to use or modify as needed. Install, select text and run. Hold shift and the selected text will round/curve more.
Why I created? I do a lot of graphics that need the top line of text to be curved. I can easily select the top line and press a button and the macro curves it upwards. If I need more curve I hold shift and run. If I need more or less curve still, I make the item in question, the text, larger or smaller. All done by eye and it's fast.
#If VBA7 Then Private Declare PtrSafe Function GetAsyncKeyState Lib "user32" (ByVal vKey As LongPtr) As Integer#Else Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer#End IfPrivate Const VK_SHIFT = &H10Public Function ResetKeyStatus(Optional nada As Boolean) As Boolean
[Code] .........
View 14 Replies
View Related
Mar 13, 2012
I think I need to change the cdrTextPropertyFill using cdrTextPropertySet. If you look at the Property Manager Window with Artistic Text selected go to the 5th tab (format). On the bottom is background color: with two drp downs. One for textbox background and one for character background.
I would like to be able to change these settings in a macro. I think this line is finding the text on the graphic, now I need to change the background.
ActivePage.Shapes.FindShapes(Query:="@type = 'cdrTextShape'").CreateSelection
View 13 Replies
View Related
Jun 24, 2011
How would I go about changing the font of a text through all pages? I've used Find/Replace tool but it stops on one page.
View 9 Replies
View Related
Apr 19, 2013
I am new to CorelDraw and I have got an issue which might be potentially linked with master page / dynamic text or macros. I have got a multipage template with some text repetition on each page. Unfortunately those text have to be in different position and using different fonts.So setting up master page is not really solution, unless it can be done as above.
View 2 Replies
View Related
Apr 22, 2011
Coreldraw X4 - Windows XP
When I enter text into a table cell all I see is a red dotted rectangle. Object Manager shows there is a Paragraph text object there. If I open it in Text editor tool the text I typed is there.
Why is it not visible on screen or when printed?. Paragraph text not in the table is visible.
View 5 Replies
View Related
Mar 7, 2012
My CorelMacros.CreateColorSwatch macro has stopped dumping the swatches into whatever blank Letter-sized document I have open (which is how it used to work) and instead it is creating a new document, at 4.25" wide x 7" high, and dumping the swatches into that. Using Pantone Solid Coated, but it's doing this regardless of what palette I choose.
There is no option in the Macro's dialog box to alter or even instantiate a page size, and I cannot find in the code of the macro where to set this variable.
View 5 Replies
View Related
Nov 19, 2013
how to write vertical text in a table?
View 5 Replies
View Related
Sep 27, 2010
I'm sure there are many of you out there that at least every once in a while struggle to match a certain color - as CLOSE as possible. You can tweak your RIP settings, color management settings, etc but often I find myself just generating some random color samples to get the closest color. I have CMYK charts printed off, but they are only going to show so many colors, you know? What I am looking for (and will pay good money for, too - Nazdar's Catzper software does something along these lines, but is much too complex with Lab values, etc and lists for $295) is a macro that will take a color swatch and generate a bunch of other color swatches (maybe by user preference?) just adding and subtracting C M Y K - you print this off and pick the closest color! Thereby making it a 1-step operation instead of back-and-forth many-step operation. I have to admit, we are very picky about matching colors here.
View 8 Replies
View Related
Mar 13, 2011
I'm writing a coursework about banks and need to insert a picture, which shows the globe in unrealistic greenish color. Someone told me about Corel, that it has eyedropper and fill tools. But I really feel missing with all those complicated tools and get tired of trying to understand what is what. How to replace the greenish color of the globe with blue one, so it looks more like of the same color as the bottom book from the stack. The rest of the things on the pic should remain their colors.
Here is the original picture that I need to edit [URL] ...
View 6 Replies
View Related
Apr 13, 2012
How do I change the properties of a line? I can do it before drawing. What if I want to change after drawing in PhotoPaint?
View 7 Replies
View Related
Jul 3, 2011
I'm trying to change the color of the border around my image from black to white. I was able to create the border. Now, how do I make it white?
View 1 Replies
View Related
May 4, 2010
i want to change the color of a bitmap that i hav in the cdr 11.
1st i draw a circle, then fill any color. then i turn that circle to bitmap by click the option "Covert to Bitmap" as RGB with 300dpi. Then i select that image, then i go to " Bitmap - Creative - Scatter". Now the image is show with edges scattered. After all these ladder i want to change the color of that image by right click on mouse from the color palatte. someone says, go back and change the color and do all these ladder. Its very difficult. i had seen this thing when i went to a printing firm near by.
View 5 Replies
View Related
Jun 7, 2010
The appearance is totally change what i mean is possibly the brightness. Every single color in the color palette change and become a shocking color. But when i print it, they got printed normally as usual. i can't see the true color i want to use in my design. They're all become a really shocking color and too bright than they supposed to be :[URL]
View 4 Replies
View Related
Apr 9, 2013
I've been using an older version of Corel Draw and Photopaint for years on end (Version 10 on win XP). A recent hard drive crash has moved me to the latest version of CDR/PP (X6)in Windows 7/64.
I'm amazed to see that Photo Paint hasn't changed dramatically over the last decade - most of the tools and options are where I am used to finding them. However, one function of the latest build of PP.
I do a fair amount of video editing and I use PP to create .tga files with transparency for the timelines. In version 10 of PP, I would create an object, say a red arrow for example, >mask create from object>image / paper size / background color to red> save as .tga. The background color would appear as red and would become transparent when I changed the image properties in the video timeline to "straight unmatted." Having control of the background color is important for good transparencies in video as any fringes will blend with the objects. The issue i'm having with X6 is that no matter what I do, the background color saves as white, which causes a halo when transparency is applied in the video timeline. How to change the background color when saving a .tga?
View 10 Replies
View Related
Apr 4, 2012
When making a print preview the drawing is looking like it should.But when printing the file on our printers (we have tested it on 2) it comes out with no background.When we change the color mode to CYMK there is no problem printing.How can we resolve this issue so that we can print in RGB color mode without having to swap to CYMK?
View 2 Replies
View Related
May 1, 2012
1. How to fit properly A4 size Rectangle in the document? because after finish work when I converted the the cdr file to TIFF, it shows the image is not fit in the document and also the print does not comes out properly.
2. An other problem I have is, when I converted cdr file to TIFF and even JPEG, color of drop shadows which was black, is appears as a white color....what should I do? how to change the color setting?
View 16 Replies
View Related
May 23, 2013
brushstrokes.png
I've noticed that sometimes when I use an artistic media brush around a closed path, I can't change the brushstroke color without filling the path with that color; see the attached file for an example. I thought that was just unfortunately the way it was.But today I watched Jeff Harrison's video tutorial [URL]...about making a custom brush. He applies it to a closed path, and then, to my surprise, he changes the color and it just changes the color of the brushstroke.
I followed the tutorial, made the brush, applied it to a rounded rectangle, all fine. However, when I changed the color, the center of the rectangle filled with the color as well as changing the brush color, as it always has for me in the past. So what's wrong? Do I have some setting somewhere set to the wrong thing? (I don't have Fill Open Curves checked.)
View 8 Replies
View Related
Apr 16, 2012
Where do I find how to change the workspace border size and color? I see no such options in TOOLS >Options > etc.
View 11 Replies
View Related
Nov 9, 2011
when I select an object there is a little x that shows the center of the object, useful when trying to locate an object in an exact spot. The x is black and sometimes it is difficult to see where it is on a dark background, so is there a way to change the color of this x?
View 6 Replies
View Related
Jan 29, 2012
I am making a logo design to be printed on a t-shirt. When I make the logo I am making it on an 11” x 8.5” paper size. The logo is not rectangular. When I save the logo as a pdf file, the page background is showing. I also convert the pdf file to a jpg file and the white background shows. I went in and changed the page background to No Background, It did not work. I went to Options>Page size and turned off the Show Page Border, it did not work.
View 8 Replies
View Related
May 23, 2013
corelx4.jpg
When print an image, the color change. All the colors are different in the paper.
My printer is Canon ip4200.
View 6 Replies
View Related
Aug 18, 2013
Just recently upgraded to Corel X6 and the colors suddenly changes. For example: A blue box changes to purple when I try to re-open the file I have previously saved. Also, embedded raster images turns to green.
View 10 Replies
View Related
Jan 31, 2013
I am new to CorelDRAW. I am using it to generate scientific application notes that contain both graphics and text. I am running into a problem where I have a negative number that is close to the end of a text line (using justified format). CorelDRAW wants to treat the negative like a hyphen and keep the "-" on one line and then moves the number to the next line. For example, if the phrase "...cooling to -150 C for 5 minutes..." were to wrap across a line, it would look like:
"...cooling to -
150 C for 5 minutes..."
Instead of:
"...cooling to
-150 C for 5 minutes..."
The only way I can figure out how to get past it is to change the width of the text box so the lines wrap in different places. I have tried adding a space or two, adding hidden text (text with the same color as the background).
View 12 Replies
View Related
Mar 13, 2013
I know I can use the shortcut Shift F3 to bring up the Change Case Menu.
Is there a way to just highlight the text and press a shortcut or macro to change directly to UpperCase?
View 9 Replies
View Related