| Thread | Last Post | Replies |
|
| Using a combo box on multiple pivot tables | 22 May 2006 12:46 GMT | 1 |
I am using a combo box to select data that will update a field on several pivot tables to keep them synconized. ie one tabel is Month and the other is Year data. What happened is I have history in the Year data for an item and no data in the Month data. How can I return data in ...
|
| pulling data from another sheet | 22 May 2006 12:33 GMT | 2 |
I am in the very early stages of learning programming. Any help would be greatly appreciated. I am attempting to pull data from cells on another sheet, by using matching reference numbers.
|
| Opening a file with date extension | 22 May 2006 12:30 GMT | 13 |
I have a workbook that opens a file, imports data and closes it down again. The problem I have or will have: The file that holds the data will change the name by having a date added, so this will now mean I will have to manualy open the file and minus off the
|
| Using dates with autofilter | 22 May 2006 12:13 GMT | 2 |
Hi, I'm having difficulty filtering a list using auto filter as th entire list is filtered out even though I know that the dates selecte are in the list. Could this be a formatting issue? Firstly, I'm using the calendar control in a user form to obtain th
|
| Logging data using the same textfile over and over again | 22 May 2006 12:11 GMT | 3 |
Hey all. I am working on a log-like mechanism in VBA. I programmed the following sub: Sub CreateLog()
|
| Closing Excel using VBA | 22 May 2006 12:07 GMT | 1 |
I have my program set to save and close the ative workbook but i need to be able to close out excel completely. What is the code for doing so? Thanks Tim
|
| Defining a Variable | 22 May 2006 12:04 GMT | 3 |
Using Option Explicit gives me the compile error: Variable not defined, on this code. What would the correction be? Sub OpenCalendar() frmCalendar.Show
|
| Using a Macro that switches between workbooks | 22 May 2006 12:04 GMT | 4 |
I have tried to create a macro that will copy and paste information between two woorkbooks. One of these always has the same file name (and is a read only template) where as the other will vary as it is used by different individuals.
|
| How to Check Empty Rows in Sheet2 when sheet1 buton clicked | 22 May 2006 12:00 GMT | 2 |
Code: -------------------- Private Sub CommandButton1_Click() Dim value, acCell As String
|
| -4127 is created by my macro.(Bug?) | 22 May 2006 11:55 GMT | 1 |
Hi guys, I believe that I have a bug in my macro. A certain cell in my spreadsheet gets the value -4127 everytime I run the macro.. However there is nothing in the macro which says that it should print
|
| naming the column | 22 May 2006 11:24 GMT | 2 |
hi i have a sheet populated from a dbf(foxPro) file and my first row contains field names on the bais of that i want to refer entire column by relative field name
|
| help looping through textboxs on userform | 22 May 2006 11:19 GMT | 4 |
hi I have a userform which has labels,comboboxes, textboxes and commandbutton. I have 10 textboxes which are names from textbox1 through to textbox10
|
| Renaming a workbook without saving | 22 May 2006 11:07 GMT | 3 |
I'm trying to rename a workbook, so that I can select it later on in the macro as I move between different workbooks. I do not want to save it though as I do not want to keep the file and it will also take up time I've tried a simple
|
| Non Refreshing/Recalculating Cell ?? | 22 May 2006 09:46 GMT | 2 |
I have a cell that is being calculated via VB, and it's not actually calculating anything, just showing the formula. If i manually type in the formula, the same thing happens. Is there some setting/format that i'm missing? here's the code:
|
| macro to savecopy as and break links | 22 May 2006 09:06 GMT | 1 |
I am trying to create a macro that will save a copy of a file as an archive, using the filename and year as eg(06). It then needs to delete all worksheet links. The workbook contains three sheets called priority , bud, and eval and these have links to other workbooks that I want ...
|