IF Statement with Three Conditions Including VLOOKUP
I'm trying to write an if statement that includes a VLOOKUP, ISBLANK, and ISERROR, AND separate sheets.=IFERROR(VLOOKUP(F2,'Sheet2'!$S$1:$T$9999,2,FALSE),"Scrub") The above formula is working fine...
View ArticleImport Excel in NED language of OMNET++
I want to automate modelling of network in OMNET++ as creating network manually everytime is difficult. The input to OMNET++ will be the Excel file having Channels and ECU names per channel. Is there...
View ArticleParse XML based on node attribute and edit when found
I am trying to write a VBA script that works as a macro for an Excel file and translates this to an XML file. This I have been able to achieve however it needs to check its own data on the fly to...
View ArticleUserform Combobox plays song in media player based on its value
Need help on this. I have combobox which links to sheet that will show default value based on Column A value. Example, A| Twinkle Star | BY AliB| ABC Song | By KimC| 123 Song | By ElsIf i choose A, in...
View ArticleSending Form Data Through XMLHTTP in VBA
I'm trying to send form data through the XMLHTTP object to get a webpage.I am using Excel 2010.The website is http://espn.go.com/mlb/players.I'm trying to search for a certain player through the...
View ArticleReturn search results based on one selected option button in a userform and a...
I have a userform with eight option buttons representing search criteria for seven possible items. The user selects one criteria to search for results and an inputbox appears asking the user to enter a...
View ArticlePHPExcel+MySQL Export per row
Is it possible to export specific row in MySQL to excel? All I found in the internet is whole table exported. How about per line?
View ArticleConvert timestamp to DateTime in excel
Is there any way in Excel to convert the timestamp in the format{"_seconds":1570448585,"_nanoseconds":834000000}to readable format (Human-friendly)? 1-Oct-2018 12:00 PM
View ArticleSave Outlook attached PDF to temp filder via Drag and Drop in VBA
I'm looking for a way to save a PDF file from an Outlook Mail to a the Temp folder of the user to work with it.I did this some time back in C#, but it seems like VBA cant handle the Drag and Drop with...
View ArticleUnable To Extract html Contents Using VBA
I'm trying to extract data from a table which is deep down in html code. So, if I try to get it using simply getElementsByClassName() or getElementById() methods it ends up with Nothing. So I'm trying...
View ArticlePandas excel insert data/url in A1 cell
I want to have an url in single cell (A1). My DataFrame is from python dict and it's without this url. But I have it under variable url. I've tried df.iat and it did not work.df =...
View ArticleVBA Excel to find searched tab in Internet explorer
Below code is working fine only one thing is missing is that the code doesn't go to the searched tab in IE.With CreateObject("Shell.Application").Windows If .Count > 0 Then Set IE = .Item(0) Set...
View ArticleSelect a range in Excel vbscript
Using vbScript, I use the find method to search a named range for a cell value and select that item in the worksheet if the value is found. What I need to do is select a range of cells starting with...
View ArticleTo find the cell address when the value are matched
Can someone please help me with creating the vba code A B C D 1jobid dep job_no Sequence 2 aaa FJ 1 1 3 aaa FJ 1 2 4 aaa FJ 1 3 5 aaa RJ 1 1 6 aaa RJ 1 2 7 aaa RJ 1 3 8 aaa RJ 1 9 aaa FJ 1 What I want...
View ArticleCombine two vba codes into one
i'm new to vba and excel also,i created a database in excel and these two codes are essential for my project to work.. i want to run these vba codes in the same time, can you help me merge the code and...
View ArticleCustom Chart point DataLabel Position
I'm trying to set a DataLabel of a chart point in VBA, and cant find the way to do it. In the last part of this code I set up the properties of the chart's point, but I don't know how to set up a...
View ArticleUnzipping tar file using vba
I am trying to unzip a .tar file using VBA. I have googled it to find the answer, but not many article talk about the unzipped . tar file. The code I refer is below : from here:...
View ArticleCould someone tell me why this code is not working properly? [closed]
I am attempting to create message boxes based on if the 'txtTravelDate' field in my userform has a date, but for some reason this is not working properly. Everything was working fine until I added this...
View ArticleCan you use ADODB to connect Excel to Azure SQL Server DW?
I'm trying to run a simple query from Excel to newer version of SQL Server. I have done this many times in the past, but it was always to a standard SQL Server DB. Now, I'm working with a new animal,...
View ArticleError in Excel: manifest does not match the executable recreate the manifest...
The error is in excel 2010, which earlier worked fine. The same file when opened on excel 2016 works.
View Article