How do I keep from printing blank pages in excel?I'm trying to print only rows containing nonzero values in a specific column.
I can filter the data to show only rows with nonzero values but I am then
forced to reset my print area or I get blank pages. Is there an easier way?
Thanks.
You could press Ctrl-* to select just the current region, then use Print
Selection, rather than simply Print.
You can probably even record a macro incorporating those steps to speed it up.
"Davbwalker" wrote:
> I'm trying to print only rows containing nonzero values in a specific column.
> I can filter the data to show only r...
How to Convert UTC to localTIme(C# )I have got the value of user account's lastlogon time. Its type is Int64.
This value is stored as a large integer that represents the number of 100
nanosecond intervals since January 1, 1601 (UTC)(Refer to MSDN).
I don't know how to convert this value to localTime.
The following is my code.
################################################################
DirectoryEntry deUser = new DirectoryEntry(ldappath);
DirectorySearcher src = new DirectorySearcher(deUser);
src.Filter = "(&(objectClass=user)(SAMAccountName=" +
accountNa...
"Functions Displaying", & Old Excel 97 ?Hello,
Really embarased to ask, but:
Using an old copy of Excel "97"
Where do I find the list of Functions that are available (on what pull-down
menu), and how do I display them, please ? Just can't seem to find them on
any of the items that displays.
How can I get an icon to allow easy access to them on one of the toolbars ?
Thank you,
B.
Excel's help is nice(?).
Look for Functions.
and...
Take a look at Peter Nonely's workbook that describes lots of functions:
http://homepage.ntlworld.com/noneley/
Norman Harker has his version at Debra Dalgleish's si...
Convert text to time valueI have a series of time values in a 'General' format. They are of the
type:
184525
Which is 18:45:25 or 6:45:25 pm.
A time which is am would be of the type:
12345
Which is 1:23:45 am.
Is there a way to convert those 'General' values to an Excel serial so
that I can figure out the difference between two times? I've seen a
bunch of examples on the net, but none of those that I have found deal
with this format that I can tell.
Thanks.
Hi
try
=--TEXT(A1,"00:00:00")
--
Regards
Frank Kabel
Frankfurt, Germany
"Andy" <amelton@gmail.com> schrieb...
how to convert dateHi,
I'm looking for some method to convert mail date, in format:
eg. "Sun, 18 Sep 2005 20:57:08 +0200", to computer local time.
I tried CTime but without resoults.
m.
Have you tried COleDateTime::ParseDateTime()?
m.wski21.usunto@aust.com wrote:
> Hi,
>
> I'm looking for some method to convert mail date, in format:
> eg. "Sun, 18 Sep 2005 20:57:08 +0200", to computer local time.
> I tried CTime but without resoults.
>
> m.
>I'm looking for some method to convert mail date, in format:
>eg. "Sun, 18 Sep 2005 20:57:08 +0200&qu...
Pocket Excel files (.pxl) do not open in Excel 2003 on XP desktopI just tried to open a Pocket Excel file on my Windows XP desktop and the
file could not be opened. Has anyone had any luck opening Pocket excel files
on a desktop PC without converting them?
Pocket Excel I believe is the .pxl format that the Handheld PC and the
PocketPC use.
I may want to password protect files and send them to a party that does not
have a PocketPC. Can this be done, or do I need to convert the files to MS
excel and password protect a seperate .zip file using resco File explorer?
I cannot send any files to this party that are not password protected for
the risk is to...
CHm file formatHello,
I have seen your's reference on code project. I am new to CHM format and i
need to
create a CHM viewer. I have some queries regarding the same
a) what is binary TOC and binary index ( I have been able to parse the HHc
and HHk fie). How i should parse the same
b) What are merged files. How i can read them
c) How how CHI, CHw and CHQ files can be created. How reading of these files
will be different form the reading CHM file.
Please help me out by answering my queries.
Thanks,
Ritu
...
How do I convert dates to text keeping the format?I'm trying to convert a column of data in date format *m/d/yyyy to a text
format without converting to serial numbers. Ie: I want to retain the
mm/dd/yyyy format. Is there a way to do this?
=TEXT(A1,"MM/DD"/YYYY")
"sprlarry" <sprlarry@discussions.microsoft.com> wrote in message
news:69669AA6-FD15-47D7-843D-FC768728BF7A@microsoft.com...
> I'm trying to convert a column of data in date format *m/d/yyyy to a text
> format without converting to serial numbers. Ie: I want to retain the
> mm/dd/yyyy format. Is there a way to do this?
That ...
How do I bring up a file that I saved as an Excel file?I am taking classes and have to do work on Excel and was wondering why when I
save them I can't retrieve them? I can see the file names but am not able to
retrieve them I am inexperienced on Office.
Hi
open excel, choose file & open, locate your files, click on the one you want
to open and press the Open button.
however, if the files that you want to open are on a floppy disk then it is
a VERY good idea to copy them onto your hard drive before opening them.
This is best achieved using windows explorer. to do this:
right mouse click on the start button
choose explore
ensure the flo...
Excel: Auto converting text to numbersI am downloading an Excel sheet, and the numbers come in as text. It
basically comes in as "33 %" but Excel registers this as text, not a
percentage.
I have a cell that will be used to add the numbers, but since they are
text it doesn't work.
Given this information, is there a way to convert the imported data
into numbers. I would prefer to include this into my formula. The
potential numbers are:
0, 1, 2, 3, 4, 0 %, 25 %, 33 %, 50 %, 67 %, 75 %, 100 %, and N/A
I would prefer a function, again if possible, that could convert any
number. Please note, the space between the nu...
Convert Access97 to 2000Hello, we're currently running access97 and would like to convert it to
2000, but we don't know what is the administrator password for this
database. Also this database is running on multi user and have difference
permission for diffence users. Could someone help me how to do make this
happen but keep the currently permission retaint. Thanks
...
Attach file vs insert fileI have a user who is trying to attach a file to an email (Exchange 2003 SP2,
Outlook 2003) using the paperclip icon. Instead of attaching to the email
(adding an Attach: line under the Subject line) Outlook is inserting the
file into the body of the email.
Any suggestions?
TOP wrote:
> I have a user who is trying to attach a file to an email (Exchange 2003 SP2,
> Outlook 2003) using the paperclip icon. Instead of attaching to the email
> (adding an Attach: line under the Subject line) Outlook is inserting the
> file into the body of the email.
>
> Any suggestions?...
Macros in excelhow to find first empty cell in a selected column ie A12:A20 with a macro
This should do it. Hope this helps! If so, let me know, click "YES" below.
Sub FindFirstEmptyCell()
MsgBox Range("A12:A20").End(xlDown).Offset(1)
End Sub
--
Cheers,
Ryan
"plugger" wrote:
> how to find first empty cell in a selected column ie A12:A20 with a macro
You can use the End property of a range- this is the same as holding down
Ctrl + [Down/Up Arrow]. If you are sure that there is one continuous range of
non-blank cells in the column then it is more r...
Excel file save macro.I need help with a macro. I want to be able to save a file as a listed
name, that is referenced in a cell, in a directory that is listed in a
different cell.
------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/
Post your efforts. Homework?
"darrenlshipley" <darrenlshipley.vecxb@excelforum-nospam.com> wrote in
message news:darrenlshipley.vecxb@excelforum-nospam.com...
> I need help with a macro. I want to be able to save a file as a listed
> name, tha...
Sharing a excel document over the internetHey everyone,
I am looking to improve a few things with a client of mine. I have an
excel worksheet(office 2000, but we coudl also purchase office xp if
needed) which contains work that i have to do for my client. What i
would like to do is setup an excel doc that would inform us(depending
who modifies the document) that there were changes made (like in
outlook or something).
Example:
he writes that he wants me to install 2 new computers in section
d(whatever) of the office. HE then saves the excel file, and outlook
automatically sends me a notice that it has been modified. I then
double ...
Cannot double click an excel file and open it.Hi
When I double click an excel file, the excel application opens with a
grey screen. If I drag the file onto the grey screen it opens fine.
If I double click an excel attachement the excel screen opens grey and
I get a message box saying The system cannot find the file specified.
If I drag an excel file into the outlook inbox and then double click
on it, it launches as it would normaly.
I have un associated and re associated the file with Excel.
I have checked the selections under the window menu in Excel, but
unhide is greyed out, indicating that excel has opened, but not loaded
the fil...
how to convert excel's .cvf file to .csv file
...
How to open excel with in IEhi,
i want to open excel with in IE and shud be able to
control the object using script. If i use createobject, it
opens up a MS-Excel separately. is there a way to embed
excel with in IE.
balaji
...
Convert 2000 Calendar to web pageGreetings,
When I convert my calendar for 2005 to a webpage, the page is off by 1 day.
Is there a template or fix available to fix this?
Thanks,
Duane
I can edit the html file but this should not be the case. Fixes?
Suggestions...other than use Apple?
"Duane Perry" <dlp_sr@yahoo.com> wrote in message
news:yZRtd.5561$0r.1710@newsread1.news.pas.earthlink.net...
> Greetings,
>
> When I convert my calendar for 2005 to a webpage, the page is off by 1
day.
> Is there a template or fix available to fix this?
>
> Thanks,
>
> Duane
>
>
Duane,
...
Files Publisher cannot open.After creating files in Publisher 2003, most will not open. I get the
message"Publisher cannot open this file".
----------------
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" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/community/en-us/default.mspx?mid=cbbcbdd8-ef0a-412a-9a74-65ca4bb16...
XML Note convert to DataSetHello,
I have this function:
object acmResponse = acmLogin.acmString("4001", "", paramFormLogin +
paramUserBasics);System.Xml.XmlNode[] acmNodes =
(System.Xml.XmlNode[])acmResponse;
What I have todo, to convert the XML Object in the DataSet Object?
Thank you
Matthias
...
Problem converting from Quicken to M2005My Quicken files are mostly investment related, and generally
converted fine. However all bonds (regular and muni's) converted as
Investment type: Mutual Fund, not Bond. (1) How do I prevent that, (2)
How do you change the Investment Type for an item? Thank you.
In microsoft.public.money, Mike wrote:
>My Quicken files are mostly investment related, and generally
>converted fine. However all bonds (regular and muni's) converted as
>Investment type: Mutual Fund, not Bond. (1) How do I prevent that, (2)
Money typically converts custom data types from Quicken into funds.
I thou...
Can I import a windows explorer list of files into an Excel sprea.I was wondering if it is possible to import the list of files within a
particular folder that one sees when using Windows Explorer, into an Excel
spreadsheet? I am using WinXP and Office2003.
modify to suit
Sub GetFileList()
Dim iCtr As Integer
With Application.FileSearch
.NewSearch
.LookIn = "c:\aa"
.SearchSubFolders = True
.Filename = ".xls"
If .Execute > 0 Then
For iCtr = 1 To .FoundFiles.Count
Cells(iCtr, 1).Value = .FoundFiles(iCtr)
Next iCtr
End If
End With
End Sub
--
Don Guillett
SalesAid Software
donaldb@281....
How do I use excel with simply accountingI would like to make a daily cash sheet In excel where I can enter data which
I can then import into Simply accounting as a general journal entry. Is this
possible and if so how
--
If you could help
I'd be grateful
Dar
I haven't used Simply Accounting, so I don't know the exact answer. There's
probably some Simply Accounting who can answer. Nevertheless, thought I
would comment.
Have you looked Simply Accounting's built-in Help and searched for info in
importing data? If it can be done, the info should be in Help, and it would
probably give detailed instructions o...
How to access vrge fileI work at a law firm and need to review a number of vrge files. Are vrge
file individual email files or are they the equivalent of a pst file which
is a collection of emails, calendar, contacts, etc?
We don't use Macs so we need the ability to view on a PC if possible. If
that is NOT possible we can borrow a Mac.
What is the best way to be able to view these vrge files on any platform?
Thanks,
Tom
On 2/12/10 8:35 AM, in article
FF3C8F86-C268-4129-96D3-693FD6F511CB@microsoft.com, "SoxFaninVA"
<tjubb@hot.mail.spam.com> wrote:
> I work at a law f...