|
|
|
|
1 |
69 |
|
|
DateLastModifed and Open File by
Joseph Lam
I'm trying to automatically format my report footers with
certain information, one of the items being the last date
of modification or save date. This is...
|
|
1 |
45 |
|
|
Copying files ...Network to Network by
Eric[_6_]
Hi There,
Can abody give me some tips on how to copy an excel files
from network to network using macro (vba) commands.
Appreciate anyone's...
|
|
2 |
55 |
|
|
Unlocking Cells by
Sisilla
The cell that is not being changed is my cell link for my
drop-down. The other cells are being changed even if the
sheet has been protected. I believe that...
|
|
1 |
51 |
|
|
|
|
1 |
137 |
|
|
Unlocking Cells by
Tom Ogilvy
You have defined names of SelectedFormulaRow and SelectedFormula
Range("SelectedFormulaRow, SelectedFormula, G16, G18").Select
Sub AAAA()
...
|
|
0 |
36 |
|
|
variables in last cell by
josh
this one is a little bit different this time,
i need to output a variable from vba to the next
available cell in a column in my worksheet, any help
would be...
|
|
2 |
50 |
|
|
|
|
0 |
43 |
|
|
Naming Worksheets in VBE by
Don Guillett[_4_]
in vba
activesheet.name="NewName"
--
Don Guillett
SalesAid Software
Granite Shoals, TX
"tommy calahan" > wrote in...
|
|
0 |
50 |
|
|
Naming Worksheets in VBE by
Chip Pearson
Tommy,
Try something like
Worksheets("Sheet1").Name = "NewName"
--
Cordially,
Chip Pearson
|
|
0 |
45 |
|
|
|
|
0 |
39 |
|
|
column drag-and-drop by
John A Grandy
i am interested in the various column drag-and-drop solutions people may
have come up with ....
|
|
3 |
44 |
|
|
Highlighting 'corresponding' cells by
R. Todd Miller
I have a table like the one below. Is it possible to highlight an
offset cell depending upon which cell is currently selected? In other
words, if I click on...
|
|
2 |
52 |
|
|
|
|
0 |
40 |
|
|
Form output naming by
Collings
I would like to build a form in Excel and code VB to write
the data to an output file. (which I feel confident that
I can do), but I would like to tie the...
|
|
1 |
40 |
|
|
Excel Web Query by
DM
I am running into a problem with my web query. When ever
I attempt to run a web query with a url that is greater
than about 200 characters, the query fails....
|
|
1 |
64 |
|
|
cell color within a function by
billQ
Hello,
Is it possible to change a cell interior color within a function or must
that be done throught a sub.
thanks
billq
|
|
3 |
51 |
|
|
Non-absolute named ranges by
c t
I have a multi column list, followed by a series of
separate worksheets referring to the data in the different
rows.
If I sort the list, however, the...
|
July 18th 03 07:26 PM
by c t
|
0 |
42 |
|
|
Close database if it is open by
Tod
I should know this by now, but what code do I use to test
if a given Access database is open and close it if it is?
|
July 18th 03 07:19 PM
by Tod
|
0 |
60 |
|
|
|
|
1 |
113 |