| Thread | Last Post | Replies |
|
| linking worksheets programmatically | 17 Apr 2008 00:01 GMT | 1 |
I have two workbooks A and B. When the user opens workbook A, I would like to have Workbook A to create a link to worksheet1 from workbook B, which resides out on the network. I tried various UNC path syntax to workbook B, but it didn't work.
|
| Pop Reminder | 16 Apr 2008 23:55 GMT | 2 |
I have a excel spreadsheet that contains the date a request is received and the date the request is due to the customers. How do I create a popup that alerts the user three days prior to the due date, which request are due? I will need for the popup to activate everytime the ...
|
| vba instruction for file saving | 16 Apr 2008 23:15 GMT | 6 |
I'm wondering if anyone can help me on this? I'm using excel 2003. I have several sheets that have different statements. This is what i want to accomplish through vba.
|
| Webbrowser and DocumentComplete | 16 Apr 2008 23:07 GMT | 4 |
I am using the DocumentComplete event to grab the text from a web page. The MS documentation suggests of course I need to check the page has finally loaded. Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object,
|
| Possible to pass a variable to Excel from command line/short cut? | 16 Apr 2008 22:30 GMT | 3 |
We've got an application front we've built which uses an Oracle back end. It has poor graphics/analytics, and we'd like to use Excel for that portion. The only problem is that when we open Excel and connect to Oracle, we
|
| Find cell value, set cell shading | 16 Apr 2008 22:03 GMT | 2 |
I hope I can explain this ok! Worksheet A is laid out as: ID Task1 Task2 Task3 Task4 1 dd/mm/yy dd/mm/yy dd/mm/yy dd/mm/yy
|
| Out of Memory Error 7 While assigning named range value | 16 Apr 2008 21:39 GMT | 8 |
I am new to VBA programming and I am getting Out of Memory Error 7 While I assign text to a named cell like here the text contained in the variable is huge around 8 pages. I would really appreciate if some one can tell me an alternative way to do.
|
| Files In A Subdirectory | 16 Apr 2008 21:15 GMT | 2 |
From Excel VBA, with a spreadsheet open, I would like to store the list of all files ending in .XLS, in filename order, in the directory that spreadsheet is in. I would then want to process each of those files (in filename order) and, based on a certain string I'm looking
|
| Simple Folder, Workbooks, Worksheets Import ? | 16 Apr 2008 21:11 GMT | 1 |
From one Folder, many workbooks, single worksheet, same format, append All non blank rows in a single Master workbook, one worksheet. No summing, No calculations. I need to see once for all a simple skeleton code of these loops,
|
| Oddity when opening templates from code | 16 Apr 2008 21:04 GMT | 2 |
I have some code to open 2 templates and copy some data from one to the other. The problem I have is that one opens (template-x.xlt) whereas the other creates a new xls based on the template (template-y1.xls). I've posted the code segments below:
|
| public functions using roundup | 16 Apr 2008 20:40 GMT | 2 |
I have a bunch of cells with strings like this: (RUP((x+7)*2 +45)*2). The actual formulas don't matter too much, other than that they aren't all the same - there are a number of different variables and parentheses sets.
|
| How to programmatically access Number Format String in the Format | 16 Apr 2008 20:18 GMT | 3 |
Hi, We know that Excel allows us to format a cell in the “Format Cells Dialog”. Then in the program, we can get the format string using ((Range)ActiveSheet.Cells[1, 1]).NumberFormat.
|
| Help! Why doesn't this work after 2 times? | 16 Apr 2008 20:04 GMT | 9 |
Hello Gurus! Thanks in advance for your help. I'm trying to reformat a spreadsheet so the data will be easily entered into a database. The basics are taking data in rows, transposing it to columns like so:
|
| Searching comments? | 16 Apr 2008 19:56 GMT | 7 |
Is there a way to search for a word or text string that would only appear in comments? I need to find only those records that have a particular comment.
|
| opening and searching files in filesearch | 16 Apr 2008 19:47 GMT | 1 |
I have a filesearch.application running in my code that works fine. I need to somehow within that code, open each file that it finds, search it for a reference, and then if found print the enite line into excel. I have the following code that give me errors on the open
|