Passing String variable between two main classes, passing it into String Array
I am working on java IBAN Validator that should take IBAN numbers from particular Excel column and validate them with output "valid/invalid".I have the validator itself set up in IBANChecker03.java...
View ArticleCopy data Using Vba, Match function
i am a new coder. Just a beginner in vba, and would like some help to solve this. i know i can use normal excel formulas but this is for learning. here is my code so far:Sub matchpart() Dim ocell As...
View ArticleCopy String from a PDF
I am using VBA to loop through about 1,000 PDF's and extract a specific data element. I have the code that can find the specified string, but i need to copy the number that comes after the searched...
View ArticleWork Around to Conditional Formatting Between 2 Workbooks
I am trying to link two workbooks using an IF statement. It would be best if I could use Conditional Formatting since I want two conditions for the same cells but, since that is not possible (I have...
View ArticleExcel VBA automatically generate copy of file
I have a .xlsm file of which I need a new copy every day. It is a tasklist with checkboxes. I have built in a button which I can click so it automatically saves a copy of the file with the current date...
View ArticleCreating an MS Excel file which deletes itself when a certain time or date is...
Regarding MS Excel, I want to know how to create an Excel file that is deleted from the computer when a certain date or time is reached. Is it possible? If it is, please tell me how it can be done?
View ArticleUserform OptionButtons exclusive in two directions
I have a userform with buttons organized like a table in colums and rows. I want only one button activated for each column and row. For now it works with all buttons being option buttons and all...
View ArticleFinding the nearest three X/Y locations to every point in a dataset? [closed]
I've been going from post to post trying to solve this but can't find anything that matches my exact description. I'm attempting to find the K=1-3 Nearest Neighbors to every X/Y coordinate in a dataset...
View ArticleExcel Duplicate Finder in Seperate Columns
I've found this piece of code online and tried to modify it to do what i want. It works in a very basic way, where you assign it as a macro to a Form button, to find duplicates in 6 seperate columns,...
View ArticleFilter out Empty elements from Array - XPATH
Context:I'm trying to Filter out Empty values from an array. I know we can loop an array to Redim Preserve but figured there could be a way to incorporate the Filter function. However, since Filter...
View ArticleMicrosoft Excel Server execution failed error msg when running vbs or bat...
I am trying to run a script that opens an excel file and executes several macros within the file and closes said file. The script runs exactly as expected when I run it from the command prompt...
View ArticleExcel Generated by EPPlus is Corrupted
I'm using the following code to add a background image to Excel using EPplus.The document opens fine in polaris office but when using Excel it gives the following error We found a problem with some...
View ArticleExcel interop prevent showing password dialog
I am writing a program to clean excel files from empty rows and columns, i started from my own question Fastest method to remove Empty rows and Columns From Excel Files using Interop and everything is...
View ArticleTrying to transform this code using IMPORTXML from Google SpreadSheet to...
I'm trying to transform a code using IMPORTXML im google SpreadSheets to Excel, I know that you can use WEBSERVICE and FILTERXML, but isnt working for me... If someone could help me, pleasefunction...
View ArticleExcel CSV file Import into Node Format Struggles
I am finding trying to load a single csv file that excel produces into a NodeJS script to be a nightmare. I am getting files that are created from an oracle database report outputted into a csv file....
View ArticleCSV file format change
I am using a flat file data provider in SSIS to import data from an external system. I don't have any control over the file, it is pushed out on a weekly basis, and I pick it up from a common...
View ArticleGet name of the first Excel sheet dynamically and affect it to a variable
I use SSIS to load xlsx files wich having different sheets names but the same structure. I need to load only the first sheet of each file, but the name can't be the same each time, so I need to always...
View ArticleSSIS - Microsoft Access Database Engine 2010 Redistributable
I have installed Microsoft Access Database Engine 2010 Redistributable from below link. But I do not understand What do they really mean in the highlighted point in Additional Information section from...
View ArticleIgnoring column from Excel file while importing to SQL Server
I have multiple Excel files that have the same format. I need to import them into SQL Server. The issue I currently have is that there are two text columns that I need to ignore completely as they are...
View ArticleSSIS Package to pull data from multiple excel files - getting on error on...
Need some help please. I am getting Source Connection error when I try to make it dynamic.I am using Visual Studio 2010, Excel 2010, SQL 2012 running on WIN 2008.I am trying to do this in VS:...
View Article