| Thread | Last Post | Replies |
|
| Updating time made by macro in excel | 29 Dec 2007 20:17 GMT | 3 |
I have recorded a macro in excel. The macro includes current date and current time which are pasted into two separate cells. I use ctrl+; and ctrl+: when programming the macro. When using the macro, the values of both date and time are constantly the
|
| if then else | 29 Dec 2007 18:09 GMT | 8 |
I am trying to do a very simple statement, but vb6 keeps giving me errors on this line. I want to search for the next available line (that is empty). Here's my code, what have I done wrong? It is giving me the error on the
|
| For Each Ctl In Me.Controls | 29 Dec 2007 17:04 GMT | 1 |
Merry Christmas and a Happy New Year. I want to #1. Identify controls in my userform1 as checkbox #2.Find out how many and which checkboxes are checked
|
| automating import of several text files from specified folder | 29 Dec 2007 12:38 GMT | 2 |
i need a macro that will automatically import text files (fixed width) from a specific folder. the number and names of the files in the folder will vary at any given time. i would also like the files to be imported to the same sheet (there's not too much data per text file).
|
| Hiding rows with zero values | 29 Dec 2007 11:20 GMT | 2 |
I really liked this example because it is extremly effecient when hiding zero values in a given column, but I was wondering if I could get some help in modifying this example for when the column is unknown but has been selected. The reason I ask is I would like to use this
|
| In Access Can't Run Excel Macro Through Automation | 29 Dec 2007 10:18 GMT | 5 |
using access 2007 and excel 2007, can't run a macro in excel from access here is the error message: "The macro may not be available in this workbook or all macros may be disabled." the workbook that contains the macro is in a location that is trusted by
|
| Extract Cell Contents to String | 29 Dec 2007 06:40 GMT | 3 |
Via a textbox, the user enters the two columns to be graphed against each other. In the 4th row of each column is the column name. I need to extract these column names to label the x and y axis of the graph. Thanks so much!
|
| Help with find/replace | 29 Dec 2007 05:43 GMT | 2 |
I've been going around with this and can't find what is wrong. All replacements to 'Tablespg' occur as they should. All changes to 'LineItemspg' do not. I have double checked the columns involved on 'LineItemspg' and they are correct. The Debug.Prints return the correct
|
| vb add-in manager is empty | 29 Dec 2007 02:03 GMT | 2 |
I have been working on this all day. My VB add in manager is empty. I have read that this can be a problem with being signed on to the wrong user account, but I am the only user on this computer and I have administrative rights.
|
| Deletions | 29 Dec 2007 00:41 GMT | 3 |
Using MS Excel 2003 I have 2 workbooks open in my Excel window. Wb1 catches the exported data from QuickBooksPro (in doing this, QB overwrites any data that is on a worksheet already, precluding my
|
| Need help creating a formula | 29 Dec 2007 00:31 GMT | 18 |
I need to create a formula that will calculate a date 21 business days from a date entered into an adjacent cell. Example: In cell A a date would be entered say, 12/12/07, Cell B would then insert a date that is 21 business days later, but also add 1 day to the nearest Friday. So ...
|
| Format sheet programmaticlly?? | 29 Dec 2007 00:11 GMT | 2 |
Is it possible and how do you format a sheet programmaticlly in VBA. I would like to format a newly created sheet once the data is copied or when the data is copied from another sheet. I would like to format the new sheets with borders and header rows with bold names to match the ...
|
| Search worksheet from add-in | 29 Dec 2007 00:06 GMT | 2 |
I am trying to search for specific text in a worksheet. I need to do this from a udf that is in an add-in, and the search does not return a value (rng = Nothing). If I copy the logic to a module in the workbook itself, it works.
|
| how to format a date to be used in sqlstring in excel 2007- contd | 28 Dec 2007 21:39 GMT | 1 |
Thanks, but how would you format the field and use it in sqlstring ?? Dim a as String Dim b as String a = Range("A1").Select
|
| Copy date from row 1 to last row next sheet | 28 Dec 2007 21:25 GMT | 3 |
Need some help I am currently using this macro - Private Sub Worksheet_Change(ByVal Target As Range) Dim LastRow As Long, ws As Worksheet If Not Target.Address = "$A$1" Then Exit Sub
|