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

Image may be NSFW.
Clik here to view.

When run a macro system shows popup "Error Automatización" and close Excel

I have an Excel vba project and sometimes when I run a macro (Ctrl + A) Excel shows a popup and closes the Excel program.Can you help where is the problem?

View Article


Change entire row color if the first characters in a cell is "-"

I would like to change entire row color if the first character of the cells in column A = "-"Here is my work, I successfully color the row, but it also colored other rows, which the first character of...

View Article


PowerQuery Cell Values Change Suddenly in between first two Applied Steps...

Merry Christmas Everyone!So I have a PowerQuery "qryQustion" in an Excel workbook. It joins information from two other queries together for the first line (SOURCE = ...), then the second line expands...

View Article

How to concatenate text from multiple rows into a single text string in SQL...

select id, customer_feedback from bigfoot_external_neo.mp_cs__ims_thread_hive_fact where id IN ('IN1912091313273713362', 'IN1912081201470386076', 'IN1912141036434151038', 'IN1912111640244082291',...

View Article

Trying to get data from Excel using c#

Trying to get data from Excel, I got a error in the last line. private void Button1_Click(object sender, EventArgs e) { OleDbConnection conn = new OleDbConnection(); conn.ConnectionString =...

View Article


How to make and edit radar plot with Excel VBA

I'm trying to made my table in excel into a radar plot with my own editing. But when I use record macro, I'm experiencing some error with my VBA as if my editing won't work.I have some VBA Code...

View Article

Run macro automatically when cell value changed (not changed by user)

Is there a way to have a macro changed when the value is changed is changed, not necessarily when a user changes the value? For example, I have a check box that is linked to a cell "A1". When the check...

View Article

Excel VBA Range.AutoFilter filtering for equal sign ("=")

I hava a table tbl_recommendations that contains the following values in column 13: --, -, =, +, ++.Now, I would like to filter for =, +, ++. This is working fine manually, however, I am facing some...

View Article


Set the currency symbol when writing with xlsxwriter

I'm having trouble writing the currency symbol I want in my currency values with xlsxwriter.I followed the tutorial here and I'm able to write out currency values with the correct formatting and a...

View Article


Image may be NSFW.
Clik here to view.

How to get inner text in html under "id"

i am trying this. I am stuck for my project please help to bring this specific point under "id".Option Explicit Public Sub GetlastPrice() Dim ws As Worksheet, re As Object, p As String, r As String,...

View Article

Image may be NSFW.
Clik here to view.

New line in same cell for GROUP_CONCAT when export from html, mysql to excel

I'm usingSelect name, GROUP_CONCAT('-', quantity SEPARATOR '\r\n') details ....mysql query for exporting to excel from html php. It is working and exporting well. Problem is when I export then the file...

View Article

How do I simplify this

I am attempting to write a code that is applied to old files stored on my hard drive. I have written the code and it works but it rather long and as sections repeat itself it could use some...

View Article

Custom function to extract the number from a text column

Please help me with this function.Function GetPONumber1(PONum As String) As String GetPONumber1 = Aplication.WorksheetFunction.Mid(PONum, (Application.WorksheetFunction.Find("2100", PONum, 1)), 10) End...

View Article


Python accessing cell from other sheet with openpyxl

I am new to manipulating data via openpyxl and I am trying to write a tool which could help to automatize my work. I have a program which creates an excel with two sheets: read_from and write_to, which...

View Article

Add data to another table

i have a table("table1") in one sheet.i have a button that adds the data in the table to another table in another sheet("table").every time its overriding the data. i want to add the data("table1") to...

View Article


automating data entry in a web form using VBA

I am trying to input data into excel and then populate it into a website. I keep getting an error message saying: "automation error, the interface is unknown". Is it anything to do with the settings on...

View Article

VBA: Worksheet_Change - Target.Address vs Working with Intersect

I am successfully running a macro that includes the following piece of code: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$B$1" Or Target.Address = "$B$3" Then Call MainSub...

View Article


Image may be NSFW.
Clik here to view.

Find the row that met certain criteria with latest date vba

I have this table below. What I am trying to achieve through Excel VBA is loop through the table below to find a person's name at the latest date and give me the units she/he purchased. ?: What is the...

View Article

VBA Macro for Thick Borders on cells (After evaluating if cells in range are...

My VBA code is not running , It is stuck on ActiveCell.Offset. Sub Borders() For Each cell In Range("BO5:CL120") If cell.Value > 0 Then ActiveCell.Offset(0, -54).Range("A1").Select...

View Article

Image may be NSFW.
Clik here to view.

Insert Excel file to PPT slide programattically

Is it possible to insert an excel file as object to MS PPT programatically so that when excel file is clicked in slide, all data would be visible? (as shown in the pic)

View Article
Browsing all 90274 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>