| Thread | Last Post | Replies |
|
| Why can't I use XML in the Student and Teacher Edition? | 26 Jan 2006 16:51 GMT | 2 |
Am I missing an Add-in? I can't believe I wasted my money buying this version of MS Office, when I can't even use it to complete the assignments when XML isn't available.. Any clues?
|
| How to update an entire column with IF statements in VBA | 26 Jan 2006 16:38 GMT | 3 |
I am trying to do the following with 4 if statements to reflect the status of individual orders: Column H = Quantity Start (manually entered) Column P = Quantity Filled (manually entered) Column S = Quantity Remaining (formula driven ie. Column H - P)
|
| Validate typed-in value against in-cell dropdown list | 26 Jan 2006 16:32 GMT | 4 |
I was wondering if anyone can help me out with this. I have an in-cell dropdown list that I set up via Data/Validation menu. All values in the list are uppercase. For example, "VISA, MASTER, DISCOVER". So, user can either choose from the list or manually type
|
| Clear all textboxes on a form ? | 26 Jan 2006 16:02 GMT | 1 |
Is there an easy way to clear all textboxes on a form ?
|
| Deleting all sheets except one | 26 Jan 2006 16:01 GMT | 2 |
I have a workbook in which I need to delete all sheets except one called "SummaryReport". I have tried using the following code For z = 1 To xlBook.Worksheets.Count If xlBook.Worksheets(z).Name <> "SummaryReport" Then
|
| How To enable the Sort function for a protected Excel sheet | 26 Jan 2006 15:51 GMT | 2 |
After protecting my sheet with a password, I found that the sort function will be not available to users without the password. Realized Autofilter can be enabled using codes. What about "sort" function? Thanks.
|
| Load excel range into multi dimensional array | 26 Jan 2006 15:50 GMT | 1 |
I am trying to figure out how to load my entire used area of an excel sheet into a multi dimensional array. I cannot seem to find anything close to doing this. Does anyone know how to do this? Thanks a lot,
|
| Able to access VB code on a protected workbook | 26 Jan 2006 15:46 GMT | 2 |
I've password protected a workbook. It locks down the worksheets to limit users access. I found, though, that users are easily able to get into the VB code by either using the Tools drop down or the Alt+F11 keys. Is there any way to secure the VB code?
|
| Default Excel FileFormat? | 26 Jan 2006 15:25 GMT | 2 |
What is the Default file format to save an Excel file? I am using Office 2000. Thanks.
|
| programmatically retrieve links from web page | 26 Jan 2006 15:15 GMT | 2 |
I am using the Microsoft XML v6.0 library to retrieve a web page from the Internet, as follows: Dim oHttp As Object Set oHttp = CreateObject("MSXML2.XMLHTTP")
|
| extracting email address from Outlook | 26 Jan 2006 15:14 GMT | 1 |
A friend of mine has a couple of thousand emails in a folder and he's wondering if it is possible to be able to autoextract an email address that's within each of the emails and deliver them in an excel sheet. That's way above my level to suss out.
|
| Copy To Word | 26 Jan 2006 15:10 GMT | 2 |
How can I copy Cells A1, C1, E1 to word as a table wit only one column? i find it easy to copy as three column but in word there is no option to Transpose while pasting. any help?
|
| Arrow keys | 26 Jan 2006 15:07 GMT | 2 |
A co-worker is having a problem with arrow keys and cell movement. When she hits an arrow key to move the active cell, rather than moving a single cell it moves a page. Is this an excel option, a keyboard setting?
|
| sending email from excel 97 | 26 Jan 2006 15:01 GMT | 1 |
I know this may seem weird, but I'm trying to write some code that will send an email from excel 97 with a specified subject, but all i get is ?subject=... added to the TO field of the email. Is there any way around this or is it just excel 97. The current method works for ...
|
| creating PNG | 26 Jan 2006 14:57 GMT | 1 |
Hi I need to export a chart in png format. Any sugestion? Thanks
|