| Thread | Last Post | Replies |
|
| Data importing prob | 21 Mar 2008 14:17 GMT | 3 |
I'm trying to get data imported from website to excel. The link. http://www.douanes.ci/Services/Grpproduit.asp?DateMaJ=29/02/2008 This is code 01 to 97 is called chapter wise data.
|
| file error | 21 Mar 2008 14:12 GMT | 2 |
I am getting an error that says "file error: material may be lost". The file way made with excel 2000 and is being used in excel 2003. The file is 10.6 mk. Everything will copy except the buttons and pictures. The macros are still
|
| ListBox repeat selection fails | 21 Mar 2008 14:03 GMT | 1 |
The user wants an easy way to select names. He is unhappy with Data Validation as it is too slow. I added a list box to the Sheet which when clicked will add the selected name to the active cell. However, on testing I've noticed that if he selects Joe Bloggs and then
|
| Combining Fors and Ifs | 21 Mar 2008 13:15 GMT | 3 |
Is it possible to combine the following :- For Each MyCell In Sheets("Current Round Detailed").Range("C10:K10") If (MyCell.Value > 0 And MyCell.Offset(12).Value = vbNullString) Or _
|
| Solver VBA - Defining Solver Options | 21 Mar 2008 11:41 GMT | 5 |
I'm using the basic version of solver that comes with excel. I've been defining the constraints, variables etc using VBA macros as shown in article 843304. I now need to define the max time, number of iterations, precision etc - basically the options that you can define from ...
|
| set color of textbox (shape) bullets | 21 Mar 2008 11:17 GMT | 6 |
I want to change the color of bullets in a textbox (shape) in XL 2007, but keep getting errors. this is what I have tried: ActiveSheet.Shapes("TESTBOX").TextFrame2.TextRange.ParagraphFormat.Bullet.Font.Color = 255 similarly, when I try to change the font name, character, or other
|
| Save workbook problem | 21 Mar 2008 11:00 GMT | 3 |
ThisWorkbook.SaveCopyAs Filename:="C:\Folder\XXXXX-" & inputText & ".xls" however if the file already exists I get an error "1004". I presume I require something like
|
| Help with code please | 21 Mar 2008 10:36 GMT | 2 |
Can anybody tell me whats wrong with this code / why it does not work. The idea is that administrators will have access to a set of macros listed in a menu but will not be able to access the menu list without a password. It works without the input box, but l would like to have
|
| Can anyone help me with Scrollbars please? | 21 Mar 2008 10:07 GMT | 6 |
Thanks. I want a verticle scrollbar on a label. That may not be allowed.... but if it goes on the Form, how it is controlled? Thanks - Kirk
|
| Require specific cell entry before saving file | 21 Mar 2008 09:13 GMT | 3 |
I want to require the user to enter his/her name in a specific cell (E59) before the user can save the file. I tried using Data Validation where I specified Text Length between 1 and 40, and left blank the check-box for "Ignore Blank". Nope. I never
|
| send mail without outlook | 21 Mar 2008 05:18 GMT | 9 |
I have outlook application. How can I know what sending mail without outlook?
|
| A problem with creating a workbook by VBA | 21 Mar 2008 04:46 GMT | 3 |
I know example1 is right, example2 is wrong. Please tell me, why is the second example wrong? Following is my code: Example(1)
|
| Auto-Insert | 21 Mar 2008 03:45 GMT | 5 |
Could anyone help with some VB code to do the following, After double clicking a cell in say Row 17, a new row 18 is inserted. Thanks - Kirk
|
| How to load an excel file through web link? | 21 Mar 2008 02:57 GMT | 3 |
Refering to the post in Excel Worksheet Function Does anyone have any suggestions on how to load following web link into Temp worksheet? http://main.hsi.com.hk/hsicom/table/dyforma1.xls
|
| How do I count the number of times a particular word is used? | 21 Mar 2008 00:16 GMT | 2 |
My question is in column (B) I have many different names of companies and there are also blank cells. I want to know if I can have a count of how many times each name has appeared into a seperate worksheet. For example: B1 = ABC Co.
|