|
|
|
|
|
|
|
|
Office
Question:I recorded a macro where I want, what I choose to resize.The macro works very well on any form, but I want it to resize a chart I infer Excel to word as a gif. When I click on the graphic image in Word 2007 and run the macro it does resize. If I right click on the chart he described as an image. Appreciated assistance.The code I have is...Sub Resize()"Resize Macro."''Selection.ShapeRange....Read More
Posted: 18 Apr 2012
Tags:
Macro to resize an image in Word
Macro
resize
image
Word
|
|
|
|
|
|
|
|
Office
Question:Hello. I am working on a Macro to insert a bunch of things in another workbook and insert a check box to control information. The workbook with which I work is attached.I have everything works correctly except for the function of the check box. Problems:1. The box fits in a different place that I asked.2. Check boxes on the right of the new need to be updated to reflect a new target, which...Read More
Posted: 15 Apr 2012
Tags:
Insert a check box in a Macro
Insert
check
box
Macro
|
|
|
|
|
|
|
|
|
|
|
Office
Question:The macro below works very well as expected.Sub UpToNumber()'' UpToNumber MacroDim rCell As RangeSet rCell = (1, 1) selectionDo While rCell.Row > 1Set rCell = rCell.Offset-1 (0)If IsNumeric (rCell.Value) and then quitLooprCell.Select'End SubNow how can I change the condition if IsNumericIf the value = the value of L1 and output of cell...I use Excel for mac 2011 on an iMac OSXAnswer:TryIf...Read More
Posted: 06 Apr 2012
Tags:
Exit a loop Macro Excel
Exit
loop
Macro
Excel
|
|
|