| Thread | Last Post | Replies |
|
| Error 424 for sample code? | 26 May 2008 00:37 GMT | 3 |
I'm new to VBA programming, and I'm trying to run the code found at: http://www.microsoft.com/technet/scriptcenter/resources/officetips/may05/tips050 3.mspx Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True
|
| Read next value? | 25 May 2008 23:31 GMT | 2 |
I have a spreadsheet with a column of numbers, ie 1 2 3
|
| Auto filter to all csv file in a folder. | 25 May 2008 20:59 GMT | 2 |
is it possible to apply auto filter to a workbook that is not open? May be you will ask why do I want to do this. Here is my situation. I have a software that outputting records to excel.csv file.And
|
| Need a macro to Copy data from one sheet and paste to child | 25 May 2008 19:37 GMT | 3 |
Master sheet is named 'Input' data located at L6:n6. Child named '11' and data needs to move to F14:h14. macro need to select proper child sheet by adding (D4*10+D6) = 11 and the proper line on child by value stored at D3 = 1 as the child has a
|
| Need VBA stript for column selection | 25 May 2008 18:41 GMT | 7 |
I have a variable named " number", which can range from 1 to 10( entered via inputbox Now I need a VBA script which, depending on the value of " number", selects a series of columns. Example: if "number" =1 than columns T:Z to be selected,
|
| count IF cell IS yellow | 25 May 2008 18:06 GMT | 2 |
|
| from VBA to DLL VB6 for security's sake:recommendations sought | 25 May 2008 16:38 GMT | 10 |
I've used VBA code to automate various Excel data analyses and charting. For code security's sake I'd like to transfer most of this functionality into DLLs. (And, to be honest, as an exercise for learning VB6 - yes I know VB6 is now unsupported and we're all
|
| Date Formatting Within A Combo Box On A Userform | 25 May 2008 10:57 GMT | 6 |
Using Excel 2007 I have a combo box with a row source of dates linked to a column of worksheet cells. The cells on the worksheet are UK formatted as dd/mm/yy and appear as such. The form opens and when a user clicks on the combo box the dates can be viewed correctly - so far so good ...
|
| Error '13' Type Mismatch | 25 May 2008 09:04 GMT | 1 |
Hi I have a macro in my workbook which appears to be activated whenever data changes. For example, if I delete a piece of data or paste data. Here is the error: Run-time error '13'
|
| Getting there but..... | 25 May 2008 01:49 GMT | 1 |
Have made some posts already to resolve some problems I have but am stuck Let me explain: For a daily reporting system we use a workbook in which the guys in the field report activities each day. Sheet for day 1 is named "1", day 2 named
|
| getopenfilename <> this workbook | 25 May 2008 00:57 GMT | 5 |
How can I keep users from selecting thisworkbook without using APIs or a custom file extension? Thanks! Cliff Edwards
|
| Automatically run Macro before printing | 25 May 2008 00:02 GMT | 2 |
I have written this macro to set page breaks once all info is added to the spreadsheet. Is there anyway to have the Macro run automatically when the user prints or previews? Or is it better is attach it to a button for them to click before printing?
|
| Insert text from Comment in 3/4 TextBoxes in a Form | 24 May 2008 20:47 GMT | 1 |
Hi Experts Ned help with a little problem.. her it goes : Got a Shared Workbook with som Comments around difrent sheets Now i need to edit these Comments but
|
| remove Add-In? | 24 May 2008 19:19 GMT | 3 |
I have an Add-In that has some code in it to connect to an Oracle database and retrieve data... that part works fine. But, at theend of processing, I'd like to not only uncheck it in the AddIns list, but also remove it from the list altogether.
|
| CDO mailing from Excel | 24 May 2008 18:55 GMT | 1 |
Dear Friends I am trying to use sample code by Ron de Bruin for sending mail from Excel I want to send text string as well as html image in the body of the mail I am unable to use both at a time
|