Quantcast
Channel: Active questions tagged excel - Stack Overflow
Browsing all 88029 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Courier Tracking using excel VBA [closed]

I am trying to track couriers in excel using VBA JSON, as I am new to this field couldn't be able to make perfect code, I found this vba somewhere online and I tried to debug it for my current task....

View Article


Sheets / Excel - Hours worked since 12am

I am trying to calculate hours worked since 12AM on a time card. I have tried multiple things but nothing returning the value I need. The sheet provided is only an example of what I am trying to...

View Article


Image may be NSFW.
Clik here to view.

How to using sumif with PERMUT and COMBIN [closed]

I need help to get the summation from a range where the value equals a specific number for example, I have the following range:I need to get the summation if value = 1656 and select the cells that...

View Article

Image may be NSFW.
Clik here to view.

Web scraping data using Excel VBA division error [duplicate]

This question already has an answer here:Web Scraping using VBA from courier website 2 answersI want to have a record of parcels having tracking numbers in excel column A and details of the available...

View Article

Java Apache POI Excel files mapping in Database Objects with something like...

My application allows the user in the FE to manually map the headerColumns to fields of the database. At least thats my intention and the target.I did this for CSV files with OpenCSV and a...

View Article


Image may be NSFW.
Clik here to view.

How to get value before "Delete" on Pop Up menu (right click) is clicked?

On excel vba, how to run a code before user click Delete from Pop Up Menu (after right click on row bar)Here is the logic on the codePrivate Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel...

View Article

How to validate regular expressions in Excel

Our customer provides hundreds of regular expressions in an excel file that we need to add in our SQL Server to do pattern matching in database, but many times they send invalid or broken regular...

View Article

Image may be NSFW.
Clik here to view.

Unable to connect SQLState=08004 [Oracle][ODBC][Ora]ORA-12154: TNS:could not...

I want to add two service names in one tnsnames.ora file and getting error in below 2 image in "Microsoft ODBC Driver Configuration".

View Article


Excel VBA/JSON to scrape UPS tracking delivery

Thanks to the help and code from @QHarr I have got the tracking info from Fedex, DHL and Startrack working. I have been trying to use his code and the UPS tracking Web Service Developer Guide and...

View Article


Image may be NSFW.
Clik here to view.

Identify element in UI Automation in VBA

I am trying to learn something new in VBA and now I am working on UI Automation. There is a browser that I am trying to interact with in specific way and everything is OK till I encountered an element...

View Article

Image may be NSFW.
Clik here to view.

double index match excel by name [closed]

Im trying to match the player names(Columns A and D) by values(Columns B and E):

View Article

reconstruct amount of time with excel

I have a reporting tool that formats the amount of time data as hh:mm / h:mm. When the csv is generated and opened with excel some of the data is misrepresented.For example 39:52 (39 mins, 52 secs)...

View Article

Joining a range in VBA throwing type mismatch

Please help with this, I am trying to simply concatenate the first row of a sheet into a list separated by commas but it is throwing the type mismatch error. All values in the cells are strings and...

View Article


Image may be NSFW.
Clik here to view.

Match the similar 7 digit numbers where the first 5 digits are the same but...

I have two different excel columns. One from Project A and one from Project B. In both project A and Project B there are numbers that are similar, the first five digits are the same but the last two...

View Article

VBA code to count distinct values based on multiple criteria

I have a data sheet "orders" which has data in the format order no Customer Sales Executive Order Status Order Date 211 nokia john cancelled 23-May-13 643 panasonic andrew fulfilled 23-May-13 209...

View Article


Create Macro using PivotItems in Pivot Tables

I'm trying to create a macro that will filter a pivot table based a list I've created. Below is the coding I've developed so far. Not all the individual items will be visible every time I run the...

View Article

Unable to read excel file with openpyxl

I am trying to open an excel archive but i couldn't do it:import openpyxl doc = openpyxl.load_workbook ("C:/Users/administra/Datos_Campo_El_Mirador.xlsx") Output: ValueError: min() arg is an empty...

View Article


Image may be NSFW.
Clik here to view.

Create New tab based on # of items

Good day, I am trying to create a button that will do the following;Search a starting point of data until the first blank spot. See below Img. (Data set begins at; Qty - A51, Item # - D51, Description...

View Article

Add a file using VBA MailEnvelope

Trying to add a file to a mail VBA, but I keep getting an error.My code:Sub MAIL() ActiveWorkbook.EnvelopeVisible = True With ActiveSheet.MailEnvelope .Introduction = "Hello,"& vbNewLine &...

View Article

How to Paste to specific sheet based on textbox value?

I'm having trouble getting my button to paste certain rows into a certain sheet if a string is entered into a textbox.What I have is a userform that I'd like to paste entries into Month specific sheets...

View Article
Browsing all 88029 articles
Browse latest View live