Hi all,
I've created a macro via VBA that does the "Ctrl-End" keystrokes, i.e takes me to the Last Cell in a worksheet:
Sub MacroLastCell()
' Perform the Ctrl-End
x = ActiveSheet.UsedRange.Rows.Count
ActiveCell.SpecialCells(xlLastCell).Select
End Sub
My question:
How can I have it...
Hi GingerR,
Your point is well taken!
For the sake of this thread here is the description of the 2 text boxes:
Name: Text43 (should be txtSumSumOfLengthMin)
Control Source: =Sum([SumOfLengthMin])
Name: Text45 (should be txtSumSumOfLengthSec)
Control Source: =Sum([SumOfLengthSec])
Appreciate...
Thanks for your help but still couldn't figure it out!
So, after spending 3 hrs breaking each component I found(!) the solution and now posting it for anyone who may experience the same:
The 2 fields, Sum([LengthMin]) and Sum([LengthSec]) are in the Report Footer as Text43 and Text45...
Hi all,
I have 2 fields in a report that total the length of all songs in a database as in the following format:
=Sum([LengthMin]): =Sum([LengthSec])
A sample result output is 350:7500 which means:
The total length of all songs is 350 minutes and 7500 seconds.
I wanted the output to show a...
oh, well, thanks RISTMO for *your reply.
Since I believe you were on that thread, so let me just repeat what I stated in my reply:
I was able to print out 50 pages on IE5.5 with the following setup:
<head>
<Style type="text/css">
H2 {page-break-before:always}
</Style>
</head>...
What if I want to get the listing of files in BOTH directories, c:\mydir1\ and c:\mydir1\mydir2?
Do I have to run the line set f=fs.GetFolder()twice, ie
set f=fs.GetFolder("c:\mydir1") and then set f=fs.GetFolder("c:\mydir1\mydir2") ?
Just my 2 cents...
If you set the Word.doc document's properties to "Read Only" you shouldn't be afraid of modifying it by other users.
That at least what I was doing and it worked just fine.
-Tivoli0
Hi all,
I have this code which loads "resume.htm". When I "x" out the window I want to load "homepage.htm" that brings me back to the main page.
I think I should be using the "onUnload" event but I don't know how to write the code and where to put it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.