I am importing data from a Word file into Access. I want the user to be able to select the file name to imprt off of a list of files that show up in the set folder. I am getting an error on this line: strFilter = ahtAddFilterItem(strFilter, _ "Word Files (*.doc)", "*.doc") Here is...
I have an Access where I import Word data into a table. One of the key fields [MatterID] is not present in the Word file, but the user knows what the data is. On import, I want to prompt the user to fill-in the [MatterID], and have this data put into the table, with the rest of the Word data. This is...
Hello, I am writing VBA creating three TextBox in the form. I am trying to read the attributes in "block reference". The purpose of the program is to get the information of the block reference in this editing graphic. So assuming there is a graphic already opened in AutoCAD and there is information...
This is a followup to EEQ: http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_26234936.html#a32913399 How would I modify Barry's code below so that it looked for a match in any one of these four cells: N2, M2, O2, and P2? Thanks, John Code Snippet: 1: =IF...
1: MValue = Large((Abs(rValue), Abs(lValue), Abs(dValue), Abs(uValue)),1) Hope you get the idea. I want to find the maximum of four (abs)values (r,l,d,u Value) and have that equal MValue. They are all integers.
All, I'm having trouble passing a string to a module. Basic setup. I have a form that pop up with a series of check boxes. The user inidicates which ones they want an initiates a proceedure. The proceedure tests which check boxes the user ticked and forms a string of the corresponding query names...
I looking for code where I can go through my Outlook contact list and delete a bunch of contacts based on some criteria. Let's say I wanted to delete everyone in my contact list who works for a certain company. How would I do this? Note:I have a licensed copy of redemption and would like a solution...
I have a standard chart with a range of percentages that usually run from 97% to 100%, but sometimes as low as 87 or 88%. So the y-axis scale minimum is set at 0.85 with a major unit of 0.05 to kep it uncluttered. However the company is contracted to perform at 99.5% so I would like to have a red line...
Dear Experts: below macro prints all spelling errors in the active document to a new document. The spelling errors are listed as follows (Example): Page 1 / doccuments Page 1 / presenttation Page 2 / ocurance etc. Could somebody please help me to rewrite the code with the following requirements: The...
Hey all, I have been assigned a new project that will require a little VBA, and my VBA skills are very elementary. I have 100 files (Book1.xls through Book100.xls) All files reside in C:\Temp I need to open each workbook, copy Sheet1, paste to next available Sheet# in Summary.xls, close the workbook...