| Thread | Last Post | Replies |
|
| Multiple Controls in a Dynamic UserForm | 06 Dec 2006 07:29 GMT | 1 |
This week's stumbling block concerns a form that I've built programmatically. Let's say it looks like this: Name1 | Date 1 | | Comments | Name2 | Date 2 | X | Comments |
|
| Pivot table | 06 Dec 2006 07:09 GMT | 1 |
Hi: Can any one please tell me how do i create a pivot table on external data like Access table? Thanks,
|
| Tooltip or StatusBar msgs for menu items | 06 Dec 2006 06:08 GMT | 3 |
Is there a way to show tooltips for custom CommandBar menu 'items'? None appear even though I've set the 'TooltipText' property for each item, and the 'Show ScreenTips on toolbars' option in the Customize window is checked. Or, if this is not doable in xl2003 then is there a way ...
|
| Double sided printing with entire workbook with multiple pages | 06 Dec 2006 05:11 GMT | 1 |
I've had this stupid problem that's been driving me crazy for six months now. I've got this important reference document that's many pages long. Each page is stored on a seperate xl sheet with seperate tab. I used to print the thing out on a double sided printer, with all
|
| Follow link from Window("1") in Window("2") possible? | 06 Dec 2006 04:29 GMT | 1 |
2003 Attempting to effectively use two windows currently "tiled" Prefer a link "Sheet1"; Window("xxx:1") be followed in Window("xxx:2") on "Sheet7"
|
| stop a macro to enter data to the cell I want | 06 Dec 2006 03:04 GMT | 2 |
If I wrote an Excel macro which runs and calculates until it meets a cell, lets call it c78, and it continues running and calculating as I wrote it to do, but I would like it to stop and wait for data to be entered on cell c78 which is one of the cells it passes on the run,
|
| Unreadable characters in file with Print #File in VBA | 06 Dec 2006 02:51 GMT | 1 |
I have a line in a text file in wich I want to replace some text. I read a line of the file, check if it is the line to be modified. If it is not than I go to the next line and so on till the end of the file.
|
| Excel Time Help | 06 Dec 2006 02:04 GMT | 2 |
This is my first time posting here , hope i will be able to find the answer i am looking for. I'm very new to vba so please bear with me. Here goes, this is the problem i'm having at the moment with my formulas and vba and Excel formulas.
|
| VBA From MS Access: Inserting Page Break? | 06 Dec 2006 02:00 GMT | 8 |
In Excel VBA, seems like all I have to do is select a row and invoke .HPageBreaks.Add. viz: -----------------------------------------------------------
|
| How replace a character in a string of characters? | 06 Dec 2006 01:54 GMT | 6 |
Anyone know how to pick out a digit in a string of characters like this? =---FS- 12345 I am trying to replace the first character and my code keeps coming back with "type mismatch error 13". My code is simple (but wrong). I am trying to get rid of the = character and
|
| initialize value in userform when opened | 06 Dec 2006 01:23 GMT | 2 |
I have a userform (name=imagetype), that has an unbound texbox control (name=MaxNulls). When the userform opens, I would like to initialize the value of MaxNulls to 3 ...is this possible? thanks!
|
| ODBC Password | 06 Dec 2006 00:20 GMT | 1 |
I have a spreadsheet that has a number of queries. The queries connect to a SQL database via an ODBC connection. The ODBC Connection uses a common SQL Username and Password. When I refresh the queries the ODBC connection prompts me for the password for each query. I cannot use a ...
|
| Run Macro on All Worksheets in a workbook | 05 Dec 2006 23:14 GMT | 7 |
I have about 150 Worksheets in one Workbook. In all these sheets, I need to delete the blank rows. I've already have a macro for that purpose. Now I'm trying to figure out another macro for executing the DeleteBlankRows macro on all the 150 worksheets. The code I have so far
|
| ComboBox | 05 Dec 2006 22:21 GMT | 8 |
Hello! I have a ComboBox being populated with a named range of dates (called date). In another cell (named range "default") I have todays date. How can I have the value in the combobox default to todays date, or essentially default to the named range "default"? Thanks in ...
|
| EXCEL VBA + Microsoft Flexgrid | 05 Dec 2006 22:12 GMT | 1 |
On my computer I use Windows XP Pro, EXCEL 2003 and MS Visual Studio 6. I developed some EXCEL makros that use the Microsoft Flexgrid. I could add Flexgrid to the EXCEL dialogs because of the availability of Visual Studio. Now, if my Makros are executed on other computers it ...
|