| Thread | Last Post | Replies |
|
| Zoom in/Zoom out picture | 27 Jan 2008 16:19 GMT | 1 |
Can anyone tell me how to make the picture can zoom in/zoom out, contract/expand picture using excel vba user form? is it possible to make it?
|
| Hide or delete "Add-Ins" in ribbon | 27 Jan 2008 13:25 GMT | 4 |
In XL 2007, I add a program that adds a custom menu item to the shortcut menu and it works fine. BUT, two things: 1) A menu item in the ribbon called "Add-Ins" appears. How can I delete or
|
| Mail Macro | 27 Jan 2008 11:25 GMT | 23 |
I have two macro's and one of it can split the data in different sheets according to their values in column and second macro works to send those splited file to specified e mail address according to their
|
| No double space | 27 Jan 2008 10:53 GMT | 10 |
Can any one guide me with a code which will NOT alllow DOUBLE SPACING in the work sheet ? hoysala
|
| error opening a workbook | 27 Jan 2008 05:13 GMT | 3 |
of ObjectHallo Is there anybody can help me since I am new in VB and having case as follow: I am working with two workbook where when I open the 1st workbook it will open the second one. The problem is if the second file already open I got an
|
| Shell Out Failing | 27 Jan 2008 02:59 GMT | 6 |
I initially wrote the macro below with manual wait times to slow it down so the shell outs would work. I ran across some code on Microsoft knowledge base that checks for a files existence before continuing because the wait times worked on some machines and not others because
|
| Excel data types | 27 Jan 2008 01:38 GMT | 2 |
First, I'm not completly sure this is the correct group for posting this, but I figure if anyone would know an answer, they'd probably be looking in this group. Anyway, I'm trying to import Excel data into a .NET dataset using c#.
|
| Row number of cell containing specific text | 26 Jan 2008 23:44 GMT | 4 |
how can i write a simple formula to find the row numbers for all the cells in column A that contain the text "YES"? i've been trying the row, cell, and address functions but haven't managed to get too far.
|
| Autofilter Check | 26 Jan 2008 22:56 GMT | 5 |
How can I check to see if the autofilter is on before I launch my code? TIA Mark Ivey
|
| Discontiguous Chart Source | 26 Jan 2008 22:02 GMT | 4 |
I want to create a chart with 1 serie which has data from 4 discontiguous cells. I defined 'b=6' but in practice it has a variable value, also counter has variable values.
|
| addition to a remote cell | 26 Jan 2008 21:07 GMT | 2 |
How can I write a formula to increase a different cell by 1 if an IF ststement is true?
 Signature Tucson Bob
|
| Allowing xlBook.SaveAs in Access code to overwrite existing workbook? | 26 Jan 2008 20:16 GMT | 2 |
I'm making my first forays into Access with code. As part of a data export sub, I create an instance of Excel and add a new workbook. I create the name of the workbook with the date in it. As I'm testing this, Excel keeps giving me a warning that a workbook already exists.
|
| VB code is not shown when recording drawing objects | 26 Jan 2008 19:02 GMT | 3 |
For example in Excel 97 when recording creation af a rectangle, following VB code was shown: ActiveSheet.Shapes.AddShape(msoShapeRectangle, 25.5, 26.25, 155.25, 36.75).Select
|
| Summary based on field indentifier? | 26 Jan 2008 19:00 GMT | 2 |
I am wondering if someone may have an easy solution to help me create a summary worksheet according to a special field identifier... Here is the nuts and bolts: I have a main worksheet with parts information:
|
| Stop Recording Macro | 26 Jan 2008 18:48 GMT | 5 |
I am making a macro toolbar for efficiency sake. Problem is, in the commands of customize toolbars, I cannot find the 'stop recording' command to add to my toolbar. Is there someplace else I should look for this command, or some other
|