|
|
Storing values by
Alex Skinner
How can I store calculations using a currency exchange rate (stored in A1 for example) but not have the result change when the exchange rate is update?
I do...
|
|
2 |
38 |
|
|
Vertical scrollbar screwed up by
Renny Bosch[_2_]
Normally when I drag the vertical scrollbar down to the bottom position
it goes to about line number 150 or so, depending on how much data I
have in that...
|
|
3 |
64 |
|
|
Loop to skip some sheets in workbook by
Howard
What do I put where it says 'DO NOTHING so the loop will skip ws. X, Y & Z?
Thanks,
Howard
Option Explicit
Sub LoopThroughSheets()
Dim ws As Worksheet
...
( 1 2)
|
Yesterday 11:54 PM
by witek
|
13 |
51 |
|
|
|
|
1 |
112 |
|
|
|
|
0 |
119 |
|
|
MS Query by
SinghNZ
I have created a Workbook(A) which extracts data from different workbooks(B to G) by using MS Query and stores in Workbook (A)
Workbook(A) is sitting on...
|
|
4 |
84 |
|
|
Loop thru folder and get similar names by
Xlbeginer
Hi,I have a requirement that i am trying to code,i have 2 environments beta and prod that has reports (30+).these reports are in .xls format.Eg:Beta...
|
|
5 |
123 |
|
|
|
|
0 |
57 |
|
|
Standard column width in points... by
Charlotte E.[_3_]
Hi,
I can read the standard column width of a sheet with
ActiveSheet.StandardWidth
....but this gives me the width in chars....
How to get the standard...
|
|
0 |
64 |
|
|
Columnwidth in milimeters? by
Charlotte E.[_3_]
Hi,
Is it possible to _READ_ the width of a column in milimeters?
I can get it in chars, pixels and points, but how to get the width of a
column in...
|
|
3 |
56 |
|
|
|
|
3 |
123 |
|
|
VBA macro delete row - Help needed by
gemiho
Hello everyone,
I wonder if you please could help me with a macro; I just started to use VBA, so my knowledge is equal zero.
I have a workbook with a few...
|
May 20th 13 11:06 PM
by gemiho
|
7 |
114 |
|
|
|
May 19th 13 07:05 PM
by Howard
|
3 |
63 |
|
|
Adjust code to run anywhere on sheet by
Howard
This code works fine on a list with a Header in column A.
Copies the Header across the same row, starting 1 column to the right for as many columns as there...
|
May 19th 13 02:35 AM
by Howard
|
3 |
123 |
|
|
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...
|
|
9 |
107 |
|
|
|
|
1 |
109 |
|
|
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 |
148 |
|
|
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 |
126 |
|
|
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 |
125 |
|
|
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 |
84 |