Unable to late bind excel from Access VBA - Workbooks.Open doesn't work
I would like to start removing my references to late bind as Mr. Fenton suggests. However, I tried to late bind Excel, exactly as everything I have looked up, and could not fix it until I added...
View ArticleHow to calculate a Poisson-Matrix in Matlab analogous to Excel or R and sum...
I've already posted a similar question under this link but it hasn't worked maybe due to the fact that I've expressed myself not clearly enough or I was not able to comprehend the answer. However this...
View ArticleExcel Userform to Select Start and End Dates and Fill in Table with dates in...
I created a Userform that takes input of an event, and adds that data to the first blank row in column C of a table.The userform has inputs for a Start Date and End Date. The code below adds 1 row of...
View Articlecount how many times a name is listed in column "F" if column "H" is blank....
i am not getting the correct results, the name C.C.Rentals is listed in sheets "All P.O. INFO T1" column "F" 19 times. =COUNTIF('ALL P.O. INFO T1'!F:F,A9) this works but i need it to count IF...
View ArticleExcel issue transposing IDs and copying into column form from row
I have an excel sheet that lists a company ID in column A followed by multiple subsidiary IDs in column B,C,D,E etc..I want to wind up with the data in columns rather than rows. For Column A I want the...
View ArticleMicrosoft Excel - Search and find the next highest value
I am not an Excel expert and I need some help.I have a list of different numbers and a reference number. I have a formula where it gives me the closest value of my number from this list Example:10 11...
View ArticleParsing Through XML File Excel VBA objDOM not Working
Trying to parse thorugh an XML file with VBA and print the results to an Excel spreadsheet. But whenever I get to creating a list with the following code it doesn't create one and I can't figure out...
View ArticleHow can I setup Pagination in Excel Power Query?
I am importing financial data using JSON from the web into excel, but as the source uses pagination (giving 50 results per page I need to implement pagination in order to import all the results.The...
View ArticlePreserving columns when converting PDF to Excel Sheet
I have a PDF of data which I receive on a monthly basis. The PDF is about 100 pages. The problem is when I convert the PDF to Excel, I lose the formatting of the columns and the data becomes too messy...
View Articletrying to sum up a column, but some columns contain a character which needs...
I have a spreadsheet with a column that contains "" next to some of the numbers. That "" is necessary and needs to stay there. Is there anyway to sum up a column like this: 100* 100 50 10* 260
View ArticleClosedXML: Highlight Excel Rows that have RowErrors from DataTable
I wish to mark specific rows in the Excel file that fail a condition by setting the background color of the row. My source data used to construct the multi-IXLWorksheet XLWorkbook is a DataSet in which...
View ArticleEditing a recorded macro to filter for 3 variables
I want to preface this by saying I am fairly new to VBA and I'm open to better approaches this code. I had an initial process, where I would filter values in an array based on conditions (date, money...
View ArticleVBA HTML elements to Excel
I am working on a code that uses VBA-Excel to navigate to a website and copy some values to Excel.I can open the website and navigate, but I can't save the "Precipitation" values in excel sheetSub...
View ArticleSetting default chart parametersin Excel/VBA
I have a process in MSAccess that culls data then creates a new excel workbook, pushes data out to it then creates a chart in excel.Once created, the chart is formatted to our preferred look. That is...
View ArticleSystem Error &H8000FFF (-247418113). Catastrophic failure
I have now twice had this error, where I email a spreadsheet with macros to another person. It is working when I send it using share via email. When they get it there is a problem. When I go and open...
View ArticleExcel multiple row to multiple column transformation
I have a spreadsheet with over 6500 rows displaying a list of chemicals and their relationships in the following format: Chemical | 1,1,2-Trichloro-1,2,2-trifluoroethane :- {FREON TC} | FREON TC...
View ArticleHi, I'm trying to highlight some rows using VBA, and for some reason it...
ask mentioned in the title, I am trying to highlight some rows using VBA. Well parts of my data get highlighted, but my last row and my first column "A" get highlighted. ''Carton Audit Format Control '...
View ArticleExcel - File summary details?
I'll do my best here but I'm sure I'm not choosing the best terms.I inherited a large Excel file at work. It's been passed around for nearly 5 years and had multiple authors who have added data,...
View ArticlePrevent File Now Available Popup Excel
I have a problem here that I've been working on for hours.I'm importing an Excel file, and I use this code to do it: Dim objExcel As Excel.Application Dim objWorkBook As Excel.Workbook Dim...
View ArticleScripting FileSystemObject creates Runtime 429 error on Windows
Am I missing a reference object? Trying to retrieve a list of files in a directory and have them show in a sheet. Also, would it be possible to get the directory location from a specific cell in the...
View Article