| Thread | Last Post | Replies |
|
| Making Changes to Cells from a user defined function | 29 Sep 2006 04:39 GMT | 3 |
I know that from vba a udf (and any other code called by that udf) may not alter the worksheet in any way. However i have an addin from another product, and it has functions that do more than just return a value to that cell. Does this require a call to a
|
| Set tab stops in Excel | 29 Sep 2006 03:35 GMT | 1 |
I have a worksheet with blank rows between each row with text. Most of the time it is a single blank row, however between topics there are 4 blank rows. I want to format the tab stops in the worksheet titled "Data Entry Worksheet" to jump from cell B5, B7, B9, B11, B13, B15, ...
|
| how to sort worksheets | 29 Sep 2006 03:22 GMT | 5 |
I have tried Chip Pearson's sorting codes and I can't get it to work on my worksheet names, maybe it can't be done... My worksheet names are created by code...the names are as follows: 01-01-06 CSB 18" RCP; 01-01-06 CSB 18" RCP (2); 12-01-05 CSB 18" RCP
|
| Can't Paint Calendar (mscal.ocx) on User Forms - Crashes Excel | 29 Sep 2006 03:16 GMT | 2 |
Everytime I try to paint the Calendar Control 8.0 (mscal.ocx) on a user form Excel crashes and asks me if I want to recover my work. Yet, the rich text box ocx works fine and my registry is set to allow active x components.
|
| Progress Bar | 29 Sep 2006 02:27 GMT | 2 |
I am trying to create a progress bar, but it needs to be after LastRow is defined, so not sure where I should put my bar to go along with this For Each Loop? So Basically each time I loop thru the FOR EACH, I would like to update the progress bar. I must be putting it in the ...
|
| If Statement with variables | 29 Sep 2006 02:13 GMT | 4 |
I am trying to figure out how to make the below VB run correctly. This code selects row 1 and then based on what is in each cell, deletes any column that does not have 1 of 4 variables, is not blank, and does not contain the word "Name". Please help!!
|
| Save Excel Workbook Question | 29 Sep 2006 01:52 GMT | 1 |
I have created a button which saves a workbook as a specified name. The code is as follows: Private Sub CommandButton1_Click() Dim sFileName As Variant
|
| vba compiler operation | 29 Sep 2006 01:10 GMT | 6 |
Can anyone tell me if the vba compiler compiles all the code in every module at once for a workbook, or does it compile the code in the modules as they are called? Can I place code that will not work on all computers in a module by itself,
|
| Interpolator function refuses to work...driving me crazy | 29 Sep 2006 01:05 GMT | 2 |
Note sure if this posted properly the first time so I'm repeating it again: Hi all I have written a function to interpolate either linearly or
|
| Newbie General Programming ?? | 29 Sep 2006 00:43 GMT | 3 |
Hi; Just Wondering; Does it really make a difference if you don't test for a previous condition before making a change to a format etc. in VBA? For example, will I hurt anything or endager anything if I just do:
|
| Visual Basic Textbox object | 28 Sep 2006 23:50 GMT | 1 |
In a textbox how do you size the font and center the font vertically and horizontally? All I see is where you select the font. Thank you, Steven
|
| weighted avg. of groups in table | 28 Sep 2006 23:44 GMT | 2 |
i have a table with group #s in column A and values in column B. i am using the formula below to calculate the average value (ignoring nulls) of the relevant group on each row. if i add a weighting in C1:C10 how do i calculate the weighted average of
|
| VBA sucks | 28 Sep 2006 23:35 GMT | 3 |
Hey MS people, you really ought to include a better language for scripting Office than VBA. I'm sick of typing 'End If'. May I recommend PERL? It's really amazing how fast you can code something up in that
|
| Sharing Macros | 28 Sep 2006 23:28 GMT | 2 |
This is a two part question. I have created several macros to run on a spreadsheet. Q1 - how do I combine all these seperate macros to run sequentially together at the press of a customized toolbar button. ( I know how to create the
|
| How to execute parametrised stored procedure from MS query? | 28 Sep 2006 22:51 GMT | 2 |
How to execute a parametrised stored procedure from MS query to MS SQL database? If it's possible. Regards Otto
|