| Thread | Last Post | Replies |
|
| Excel Beta 2 Tech Refresh DrawingObject Status | 25 Sep 2006 10:14 GMT | 2 |
For those who might be interested:- + The basic bugs remain, ie. Accessing a shape as a DrawingObject does not work, eg. to reference its interior. + Excel 2007 no longer corrupts shape objects when it saves a workbook
|
| Null Values | 25 Sep 2006 09:58 GMT | 1 |
I have written a series of macros which insert rows in a database. Each macro inserts one line with data from the spreadsheet. I want to avoid sending null rows to the database, but I need to allow for up to 20 rows to be transferred to the database at a time, when
|
| Building a string | 25 Sep 2006 09:53 GMT | 3 |
I have a column of values, which is interspersed with empty cells, that typically looks like the following: red green
|
| variance array | 25 Sep 2006 08:39 GMT | 3 |
Hi, I define "Dim dt as variante" and save "5 by 2 matrix value" for dt. However, if i assume that we don't know 5, (# of rows) How can I get that number?
|
| determine range for printed pages | 25 Sep 2006 07:36 GMT | 1 |
The following code returns the page count for printed pages - Is it possible to also find out the range for each page which will be printed, based on this page count? PageCount = 0
|
| Select control on a form after calling procedure | 25 Sep 2006 07:16 GMT | 3 |
I have a form that allows users to enter working days for a month in 12 text boxes and I call a ValidateWorkingDays procedure in the BeforeUpdate event for each monthly text box. If user needs to re-enter value I have this code in my ValidateWorkingDays procedure:
|
| Count value if not Number | 25 Sep 2006 05:37 GMT | 2 |
I have a spreadsheet where various cells in row 7 columns c to ac have a value of X Is it possible to count the number of X's in that row and put the total in column AD
|
| Matching Case | 25 Sep 2006 05:14 GMT | 11 |
How can I test a text value in a cell when CAPITALIZATION DOES NOT EQUAL LOWER CASE??? In other words, "MIAMI" and "Miami" is NOT a match. Thanks,
|
| how change characres to stars when somebody is writting password | 25 Sep 2006 03:54 GMT | 1 |
I created macro and only few people will use it. How change characters to stars(on monitor) when somebody is writing password? below Is macro code: Private Sub CommandButton2_Click()
|
| Conditional format between two cells | 25 Sep 2006 03:47 GMT | 5 |
I have two columns D2 &E2 which one is for received date and the other for due date. What would be the formula to compare if one date is greater than the other date by 90 days? I have tried cell is and formula is between the two dates in the columns but it does not come out.... ...
|
| Picture on Form (VB) | 25 Sep 2006 02:51 GMT | 2 |
I'm attempting to place images on a Form with the command frmLabel.Picture = "E:\Images\" & Cells(C, 3) & ".jpg" Hower I'm getting Run-time error '424': Object required and can't figure out what it wants.
|
| just file name no path | 25 Sep 2006 01:40 GMT | 8 |
is there a way to get the file name only? Using this fileToOpen = Application.GetOpenFilename("DBF Files (*.dbf), *.dbf") i got complete path. i want the path as well as file name. So, for path this is ok to me but not for the file name. Please help me or
|
| Timestamp Saved | 25 Sep 2006 01:17 GMT | 3 |
I have the following code: Private Sub Workbook_Open() Worksheets(1).Range("A1").Value = Now() End Sub
|
| best way to test a row for 0 values | 24 Sep 2006 23:22 GMT | 7 |
what's the best way to test a row, columns c through k to see if all the values are zeroes?
 Signature Gary
|
| editting pushbuttons | 24 Sep 2006 23:21 GMT | 5 |
I have this excel worksheet I use for years now... Ith has some pushbuutons to execute some code. Now I want to change the text on this pushbuttons, but I forgot how I can edit those buttons... I tried the combination of CTRL or Alt- enter key but... no way.
|