|
|
|
|
0 |
38 |
|
|
Question about a range by
Robert Crandal[_2_]
Suppose I want to select a specific range, such as:
Range("B10:Q10").Select
The above range exists on row #10, between
Column B and Column Q.
In...
|
|
8 |
68 |
|
|
|
|
1 |
87 |
|
|
Macro to Publish as PDF by
lfullam1
Hello all,
So I have a sheet within a workbook that I am wanting to save/publish as a PDF file. the code i have thus far is :
Sub Publish2()
'
' Publish2...
|
|
1 |
119 |
|
|
Undo a select operation? by
Robert Crandal[_2_]
This might be a dumb question, but here goes....
If I run this code:
Range("A12:M2").Select
is there a command that will "undo" or cancel...
|
|
5 |
107 |
|
|
Too W i d e by
robzrob
Hi
Got a cash sheet and want to put names addresses and email addresses of people in it but by the time I've got a column for each of these (the address...
|
|
6 |
106 |
|
|
Determine if a userform is visible by
Robert Crandal[_2_]
Is this the only way to determine if a userform is
visible? :
if (Userform.Visible = true) then
' code here
end if
The problem with this code is...
|
May 11th 13 11:58 PM
by witek
|
6 |
65 |
|
|
|
May 11th 13 11:26 PM
by Howard
|
14 |
131 |
|
|
for each in a range by
Walter Briscoe
I run Excel 2003 and VBA 6.5.
I have a very limited understanding of VBA's Range object.
I hit this on a sheet which has relevant formulae in column C.
I...
|
|
1 |
85 |
|
|
From where is my UDF called? by
Charlotte E.[_3_]
Hi,
Is it possible to test, if a function (UDF) is called from a worksheet
(as a normal worksheet function) or from another macro/VBA code?
Thanks,
CE
|
|
9 |
85 |
|
|
|
|
1 |
120 |
|
|
Deleting Lines by
woodworker11
Large spreedsheet that I want to save my start line. step down 1 line and delete 29 line. Step down 1 line and delete 29 lines. Basicaly I want to save every...
|
|
2 |
98 |
|
|
Unmerge cells and fill duplicate data by
Dawn[_4_]
I have a report that contains merged cells. I need to get rid of the merged
cells and then have the data from the first row repeated in the blank rows.
I...
|
|
5 |
120 |
|
|
Web Queries? by
[email protected]
How do web queries work? Where is the documentation?
(I don't have excel here and will use it elsewhere)
- = -
Vasos Panagiotopoulos,...
|
May 10th 13 04:34 AM
by ralph
|
1 |
95 |
|
|
Macro to Copy/Paste Multiple images by
lfullam1
Hello All,
I have 7 pictures on one worksheet that I want to copy and paste on to another worksheet, into various cells. Each image will go into only one...
|
|
3 |
105 |
|
|
|
|
0 |
128 |
|
|
Assign a sound to a variable by
Howard
This is a shortened list of sounds in column R, sheet 1. And is the list for a data validation drop down in...
( 1 2)
|
|
18 |
102 |
|
|
Save preview picture by
Charlotte E.[_3_]
Hi,
Under the workbook properties tab, there's a checkmark called 'Save
preview picture'.
How to read/set this setting by VBA code?
Thanks,
|
|
4 |
75 |
|
|
|
|
8 |
150 |
|
|
|
May 7th 13 07:23 PM
by witek
|
1 |
104 |