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

Macro corrupts my Excel file if executed when open file

I made a macro that when executed, create 2 arrays of strings with all the files in specific folders, then creates a drop down data validation in a cell, if i manually execute the macro everything...

View Article


ERROR :-DataSource.Error: The underlying connection was closed: An unexpected...

web scraping previously working.. now display this error (DataSource.Error: The underlying connection was closed: An unexpected error occurred on a receive.) on refreshing query connection while...

View Article


How to line up duplicated values on same row?

for example,2018 totalsale 2019 totalsale brand a 2,000 brand b 10,000 brand b 3,000 brand d 5,000 brand c 4,000 brand a 2,500 brand e 3,000 brand f 3,000 desired result2018 totalsale 2019 totalsale...

View Article

How do i code this better to make it look neater VBA

I am trying to figure out how to code this better. I am trying to make my codes neater but i just cannot figure how to do it. Private Sub Test() 'md = 30 ''If mbi.Value = False Then '' Sheet1.Cells(14,...

View Article

How do I code better way instead of coding like this VBA

I am creating a dash board in excel but however i would like to know if there is a better way of coding rather than this. I would like to moduleriz it instead of doing this to make it more neat.Private...

View Article


INDEX & MATCH Two Lookup Values

Please Help me..I was create formula that index matching meet 2 criteria. but, its result is not same like I used to do with 1 criteria. btw, the condition of criteria 2 is by column but the criteria...

View Article

Data from application insights to EPPlus pivot table C#

I was recently assigned to export Azure Analytics data to and Excel worksheet using EPPlus. My goal is to create a pivot table in that worksheet. After the query is executed on the application insights...

View Article

How to identify different words in Column A, Sheet1 (one word per row or...

I am a beginner to VBA. I would appreciate feedback on code for the following: I paste different words into Column A, Sheet1 (e.g. from 1 to 30+ different words, but only one word per cell). The code...

View Article


Using "setClientCertificate" when there are multiple certificates installed

I wrote a WinHttp POST request in VBA. It works good as long as there is only one certificate installed on the computer. However, some users have multiple certs with similar certificate names and...

View Article


How to detect installed version of MS-Office?

Does anyone know what would be the best way to detect which version of Office is installed? Plus, if there are multiple versions of Office installed, I'd like to know what versions they are. A bonus...

View Article

(VBA) Forcing one avctive checkbox at a time

I have this sheet that displays a diagram based on data in columns P,Q,R,S when 'x' is typed into column U.For example: When X is typed into U23, a diagram based on the data in P23-S23 is displayed....

View Article

R: cannot run specific cmd code that converts .xls to .xlsx

Long time reader, first time writter...Im writting some R code that shall take some data input from other sources. One place can only give data as a .xls format. While there is good excel capabilities...

View Article

Image may be NSFW.
Clik here to view.

Exclude counter number in selecting random names in Excel VBA

everyone.I have working code I got on the internet where a name is randomly picked from Column A with a default counter of "0" (Column B). I added a modification where if the name has been picked, the...

View Article


Image may be NSFW.
Clik here to view.

Split row value into two rows [closed]

I am trying to split one row into two rows based on value in column H and column I.If there is a value in both column H and I in the same row, I would like to do the following;insert a new row below,...

View Article

How to create an array from excel column data [closed]

My excel data is like: 32 this is my excel data 44 56 54 64 i want to extract this data in a python array.

View Article


Incorrect character in saving process for excel

I'm creating a new coloumn and this new file and want to save. But in there excel file a coloumn have a character. How can I skip this line the save process or change line to a correct character?...

View Article

Error in importing pdf files to excel using IE

I am trying to import some PDF files to excel using IE (open it in IE and copy-paste to excel ). My code is working for some pdf files. But for some it returns following error : "The remote server...

View Article


excel file read rows and columns - php

$arr=array(); $row = -1; if (($handle = fopen("out.csv", "r")) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { $num = count($data); $row++; for ($c = 0; $c < $num; $c++) {...

View Article

GET request data doesn't update

I'm trying to retrieve data from an API but my variable doesn't update even if I set it as nothing before the GET request.The data of the variable update only if I close Excel and re-open it.Is there...

View Article

VBA Loop to find text values in master sheet and copy offset column values in...

I am trying to find certain strings in MasterSheet and copy offset columns (3 columns) values in the specific columns in receiver sheet. So far i have this code doing exactly what i want to doSub...

View Article
Browsing all 88029 articles
Browse latest View live


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