copy and past into notepad from excel no longer working
whith the setting "Show formulas" ON (ctrl+~) I used to be able to copy entire rows or even entire tables. Paste them into NotePad. Use the find and replace function of notepad to edit certain things,...
View ArticleExtract data from CSV files into a single excel file
Here is the details of my question.I have thousands of csv files needed to be combined in a single excel file.Only certain data of each csv file needed to be extracted, A2, G2 and highest value of H...
View ArticleList VNC error status in next column (excel)
This is the VBA script I am using to launch VNC for the active cell:Sub RunVNC() Dim txt As String txt = "C:\Program Files\RealVNC\VNC Viewer\vncviewer.exe "& ActiveCell.Value RetVal = Shell(txt)...
View ArticleDouble-click to jump between top and bottom of table column
How can I change this sub so that double-clicking the same cell jumps between the top and bottom of the table column?Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If...
View ArticleSelecting Random value from Excel column data using vbscript NOT working
Here is my code below. I'm trying to select a random value from one column of excel sheet. there are 30 rows in one column and i need select random value each time during execution....
View ArticleApply filter on the second worksheet of the workbook VBA
I already have a filter macro that cleanses the data of the first sheet("RO") of the workbook, now i want to clean the second worksheet ("RSSI"), i thought that by declaring the second sheet as the...
View ArticleExcel 2013 VBA Clear All Filters macro
It seems older macros are not working. I have proper securtiy set to run VBA macros but when I have tried a few methods for clearing ALL filters on a worksheet, I get a compile error.Here is what I...
View ArticleOne to many relationships
Hope you're all well. I had a macro that I thought was working that was supposed to help me clean up an organize some data upon the following lines. I would receive sets of data that contained a SKU...
View ArticleDelimiter change in csv using python
I have a .csv file of around 30000 rows. The default delimiter implemented is a semicolon. I created a small script with python that would convert that delimiter to comma and save it in the same file....
View Articlei have error in excel vba error code value is not shown [closed]
i have error in vba excel coding Value is not showing in my command list
View ArticleExcel formula - calculate the highest team start position deducted from the...
Is there a excel formula that is able to calculate the highest team start position deducted from the highest team finish position and (if the result is positive) multiplied by 5 to a maximum of 50?in...
View ArticleIs it possible to generate ER diagram from Excel file
I just started to work with big dataset. I have Excel file, and i want to import it in a Mysql database on Wamp. There is option to import data from csv file to database table, but i want to know is...
View ArticleHow do format each comment in an excel spreadsheet?
I would like to format all the existing comments in my active excel spreadsheet. I have been trying to use the following code:Public Sub FormatNote() If Not ActiveCell.Comment Is Nothing Then...
View ArticleGenerate the number of "(x,y)" data in a cell with reference to a number
(eg: 1=(x1,y1), 3=(x1,y1,x2,y2,x3,y3)How do i remove the unnecessary "(,)" as shown below and put the number of position of the x,y coordinates of the reliability fail with reference to the number...
View ArticleGet Index of Column Name to Map with DataTable C#
I want to import an excel data in database. I have an excel which gets updated by team every month and they add new column with name "Jan data format" (current month name + "data format"). which gets...
View Articleread and write in excel file with python
I am trying to read the cell of a excel file in python, change its value and save it. If I do not have the line from xlutils.copy import copy in code, it recognizes workbook.sheeets(), but otherwise it...
View Articleexcel formula localization
I developed a macro heavy excel file with multiple country tabs that are intended to be updated by people in different countries.I am having a trouble with a user that updated the file with the excel...
View ArticleCan't find the adobe acrobat 10.0 type library (2020)
I am trying to use VBA to read some text from a pdf.I read that I need to reference the library, Adobe Acrobat 10.0 Type Library. So I downloaded the Acrobat DC SDK for windows from download page....
View ArticleSo apparently the INDIRECT function doesn't work with data validation in...
Trying to create a drop-down list in a cell where the source is a dynamic named range. The named range refers to:=$A$2:INDEX($A:$A,COUNTA($A:$A)) Essentially the range starts at A2 and extends down to...
View ArticleExcel 2016 custom number format
I have a column where I would like to enter a string of 10 characters (either numbers or letters or mixed), i.e. XXXXXXXXXX, that is displayed as XXXXX-XXXXX. If I only type in numbers, I know that I...
View Article