How do I print a list of the directory contentsI need to print the disk directory contents. In DOS this was possible. Is it
possible in WORD? Thanks
No - but you could use the freeware Printfolders utility you can download
from my web site that will produce a text listing that you can open in Word.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <...
2 calendarsCan I have 2 separate calendars in outlook 2002? If so,
how? If not, how come?
It's as simple as File | New | Folder.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"dbaca21" <dbaca21@discussions.microsoft.com> wrote in message
news:67b001c47579$586f2c70$a301280a@phx.gbl...
> Can I have 2 separate calendars in outlook 2002? If so,
> how? If not, how come?
Thank You!
>-----Original Message-----
>It's as simple as Fi...
Fix #2
Hi!
The word, *FIX* is always present in my Excel Status Bar (lower,
right-hand corner of the screen).
What message, is this conveying?
Do I need to take corrective action?
If so, what corrective action?
Regards,
Mick.
--
mick2
------------------------------------------------------------------------
mick2's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=24143
View this thread: http://www.excelforum.com/showthread.php?threadid=378337
It means that your workbook is set to always set the decimal point at a
certain place when you enter a number (typically 2)....
Need 5-7 day evaluation mode for RMS 2.0 POS stationsFor emergency recovery periods and upgrade testing, RMS 2.0 POS station needs
to be able to run in "evaluation" mode for 5-7 days. This gets you over the
hump in case of a machine failure and gives you time to call MS to get new
computer activated when a failure occurs - or - if you are able to repair the
old system within a few days, you can swap back and continue running as
before.
--
John M.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" bu...
Earn wealth&gain good health plus great payplan.. #2HELLO...WE HAVE BACK TO NATURE PRODUCT FOR YOU...
>.Virgin Coconut Lotion http://www.bio-asli.com/?id=din981
>.Virgin
Coconut Soap
>.Virgin
Coconut Coffee (MEN&WOMEN)
>.Virgin Coconut
Hair Tonic(MEN&WOMEN) http://www.bio-asli.com/?id=din981
>. Virgin Coconut Oil
>.Virgin Coconut Oil+
Honey
>.Virgin Coconut Oil
+ Habbatus Sauda
>.Virgin Coconut
Capsule+Habbatus http://www.bio-asli.com/?id=din981
Sauda
>.Power 31
(Hot Product ) (MEN ONLY)
>.Mas Madu
Herbal Juice http://www.bio-asli.com/?id=din981
>.Stevia+
Misai Kucing+
...
Public Calendar #2Is it a way to create a public calendar under the public
folders? in EXCH2K3 running on WIN2K3?
If so, is there a particular document with steps on how
to do it?
Thanks
Cacho:
When you create the new PF (or any new folder in Outlook), select "Calendar
Items" in the "Folder contains" dropdown box. That is for Outlook 2003. If I
recall correctly, Outlook 2000 (and maybe 2002) and earlier refer to the
type as "Appointment Items."
Regards,
Martin
"cacho" <anonymous@discussions.microsoft.com> wrote in message
news:6ed401c475e7$38076380$a301280a@ph...
2 buttons change to 1 button for one goHello,
I have 2 buttons to append data, 1st to put the file into a folder, the 2nd
is to make an append from that folder.
How can I make it to be just one button. This is my VBA:
The 1st one:
On Error GoTo Err_SendtoOutbox_Click
Call Shell("xcopy C:\Churchdata\BkEnd\Hahomion_be.mdb
C:\Churchdata\ChurchdataConso\BkEnd\Hahomion_be.mdb/y")
Exit_SendtoOutbox_Click:
Exit Sub
Err_SendtoOutbox_Click:
MsgBox Err.Description
Resume Exit_SendtoOutbox_Click
End Sub
The 2nde one:
Private Sub HFSUPDate_Click()
On Error GoTo Err_HFSUPDate_Click
...
printing copiesunder print options: Number of copies___. It will only print out 1 copy. I
say 5 and it still prints out 1. I am a new user of 2007 Excel
I suspect the problem is with the printer.
Try getting the newest driver
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"Val in Texas" <Val in Texas@discussions.microsoft.com> wrote in message
news:78A83505-189A-4731-AF25-CD5505E33510@microsoft.com...
> under print options: Number of copies___. It will only print out 1 copy.
> I
> say 5 and it still prints out 1. ...
MS PublisherMy brother sent me a paper that was written using ms publisher, but when I
open it all I can display is the front page. Do I have to use the side bar to
view each page?
What version of Publisher do you have.
You should see a small representation of pages at the bottom (right-ish)
portion of the screen, clicking on the page numbers will display that page.
CTRL-Pg Up/Down will also changes pages.
--
James
Bart: "According to creationism, there were no cavemen."
Homer: "Well good riddance, their drawings sucked and they all looked like
hippies!"
"...
Ghosted print and print previewHello everyone,
I have a problem with printing in excel. The print and print preview options appear ghosted. I still can print through the print icon on the toolbar. Any suggestions???
Martin
...
Print Dynamic RangeI have a basic excel template used for ordering parts. It runs from A1:N250
and I can print easily repeating rows 1:11 on each page (contains job details)
. Trouble is sometimes there may only be 10 part numbers requiring only first
page and I finish up throwing away trees by printing entire sheet! I know I
can reset print area each time am setting this up on Sharepoint for multi
users and need a macro/button to recognise number of items and print
accordingly. Any help greatly appreciated
--
Message posted via http://www.officekb.com
Sub SetPrintArea()
'change this cons...
code wild card value for form variablei use a check box in an option group to generate a specific value for a
variable.
using the following code
If Forms![fee sched form]![select region] = 2 Then
Forms![fee sched form]![region var] = "Roch"
End If
If Forms![fee sched form]![select region] = 3 Then
Forms![fee sched form]![region var] = "CNY"
End If
this variable is hidden on the form and value is used a query.
how do i code this, so i can put "*" in the variable and thereby get all
values in the query?
the query code generates like "*" but i do not know how to code via the
fo...
Stocks near their 52 week lowStocks near their 52 week low - 03/24/2006
For a list of stocks near their 52 week low, in Dow 30, Nasdaq 100, S&P
100, S&P 400 and S&P 500 indices. please go to:
http://www.investment-tools.com and then click on "Enter Reports Area"
button.
Access to reports area is free.
...
sumproduct .. validating 2 criterias (multiple tabs)hi guys,
i am trying to add additional functionality to my Project Budget
Expendature worksheet of which some of you may have seen.
anyways, the idea is to have sumproduct calculate all items that have
the same GL code & date of which it was purchased (date of purchase)
currently i have the following
TAB: Spend Calendar
ROW C8:N8 = Month #'s (Jan, feb ect)
COL B13:B36 = GL Codes (130000,190000 ect)
TAB: 001-013 (13 tabs)
CELL C6 = Date of Purchase
COL C24:C37 = GL Codes of each item within the purchase
COL J24:J37 = Total cost of the item which the GL Code is related to
can someon...
TCP/IP printingHello, I have a networking question. I have a print device with a
static IP address on one network. A computer on another network can
connect to the printer (NBT is enabled and so is LPR) and the drivers
are installed but cannot print. I know this is correct behavior but
want to know in detail why it seems to half work. I am guessing it
has to do with port 138,139 and 515 but not positive. Probably a
better question to ask a networking forum but hey.
Thanks
can you access the printer through the printer IP address?
--
ashvin
:D Just chill
-pls post your feedback on...
Printing bookletI am producing a 50 to 60 page booklet using Pubisher
2003. The page format will be using 8.5 x 11 paper
folded in half. I need to print both sides of the
paper. How do I print the booklet so that I print half
the project on one side of the paper and the other half
on the back. Will publisher keep track of the pages so
that for example; that page 2 and page 50 print on the
same side/sheet of paper so when all pages are printed,
folded and bound the book reads correctly.
Thanks
John
Houston, Tx
more info...I am using a single side printer so I have to
run the pages through twice ...
Check printing in GP 7.0Dear Guys,
I have check payments for vendors, where I'm dealing with
LOCAL CURRENCY & FORIGHN CURRENCY. When I paid by check in
LOCAL CURRENCY then the amount in words prints perfectly
but if i paid by check in FORIGN CURRENCY then the amount
in word prints in numeric which i want to print amount in
words instead of numbers.
Please help me to print checks amount in words for FORIGN
CURRENCY as well.
Your suggestion would be appricated on above issue
thnx
Shamin
...
How do I stop my Publisher 2003 document from saving as a webpag.When I save a particular publication ( a newsletter) in Publisher 2003 as a
Publisher 2000 document (so I can work on it elsewhere) it opens as a web
page instead of a print document. When I convert it back to print, I lose a
few inches of print on the left page that just don't print even when I change
the margins. The missing print shows on the screen normally, it is only in
print preview and on paper that it cuts off. Can I stop this from happening?
Can I retrieve the missing print? Please help!
You may have to reconstruct this publication.
--
Mary Sauer MSFT MVP
http://off...
Dynamic Chart Titles #2Hello,
I am having a problem with a dynamic chart title and saving, closing and
then re-opening the workbook and the chart title still being dynamic.
On Sheet2 of my workbook I have some drop-down menus in cells B2:E2.
On Sheet7 of my workbook in cells BA1:BA3 I have Concatenation formulas that
I want to use as my Chart titles.
For example: =CONCATENATE("This is my " Sheet2!$B$2, " ", "chart.")
I named the ranges on Sheet7, BA1 is named "FAC", BA2 is named "POD" and BA3
is named "NAF".
I then added a text box to my first char...
Excel BUG (All Versions) Excel Macro Margins using Print PreviewWhere can i post this BUG? (Excel Macro Margins using Print Preview)
Is there an Excel BUG reporting site?
Steps:
1) New worksheet, write something in it
2) Start recording a new macro
3) File -> Print Preview
4) Click on the Margins Button, the page margins will appear, so that you
can visually change and move them
5) Set one or more margins
6) Close the Print Preview
7) Stop the Macro
What happened is that in the VBA code there will be writtenthe following
lines:
..LeftMargin = Application.InchesToPoints(0.91)
..RightMargin = Application.InchesToPoints()
Where in second line ther...
Publisher #72first time newletter creation. When I want to print it asks me to link the
picture. I did not pull any clipart from the web -I thought it was all in the
software. I added one picture that was sent to me. What pictures would it
refer to and how to do it.M
Have you saved the newsletter? Did you insert the picture or paste?
What are your security settings in Publisher? It should be set at medium for
Publisher 2003. 2007 it is Disable all macros with notification.
--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com
"question mark...
MS Money and 2 PC's...What is the most effective way to keep MS Money synched between a PC and a
laptop? Any suggestions? (and yes, of course, only running one at a time)
But I keep my records up to date from work (laptop) and then work from my
desktop PC when at home.
Any suggestions?
"Raichean" <Raichean@discussions.microsoft.com> wrote in message
news:16EF1DE6-1D33-40B7-A168-8B740052030A@microsoft.com...
> What is the most effective way to keep MS Money synched between a PC and a
> laptop? Any suggestions? (and yes, of course, only running one at a
> time)
> But I keep my ...
"Tiled" print setting.I just want the page that I designed to print on one page! I can't change the
print setting "tiled" and as it is, it's printing on four pages all broken
up.
It is possible that you have created your document on a paper size that is
not supported by your printer. Try changing your paper size to 8 1/2 by 11
and see if the print options are more to your liking.
"MissMarple" <MissMarple@discussions.microsoft.com> wrote in message
news:A6776BEA-37EE-4645-B389-866A6CDB2D96@microsoft.com...
>I just want the page that I designed to print on one ...
CHtmlView and PrintingHi Everyone,
The CHtmlView is giving me alot of head aches. Here is what I am doing. I
am opening an XML file (being formatted using XLST) in a hidden CHtmlView
and printing it.
Here is how the process goes:
1. I create the XML file on the fly.
2. load the XML file in to CHtmlView.
3. Once loaded I tell it to print the resulting HTML page.
4, I need to delete XML file after the printing is done. (this is the
problem).
I can't figure out how to find out when the CHtmlView is done printing.
CHtmlView::OnFilePrint is asynchronous. And CHtmlView doesn't tell me that
it is currently p...
Problems with printingDear all
I have an application, which has been working without problems for the last
7 years. The application has some printing capabilities. Now, we have just
gotten a new printer (HP Laserjet CM4370), and when I try to print, my
application crashes.
The app crashes in the print setup dialog even before I press OK. If I
select any other printer as default printer, the app doesn't crash. Then I
can show the print setup dialog without problems. But then, when I select
the CM4370, the app crashes again, even if I do not press OK.
Even if I choose to not show the print setup dialog, and j...