How to compare numbers which include decimals?
(10*1.11=11.1) evaluates as FALSE.a = 10 b = 1.11 c = 11.1 ' (mathematically: 10*1.11=11.1) debug.print a*b = c I get False (incorrect) rather than True (correct). I know this happens because of the...
View ArticlePerforming SUMPRODUCT, SUMIF with two different tables
I have two tables TABLE 1: Unit (Column 1): aa; bb; cc; dd, Reliability (Column 2): 90%; 40%; 100%; 2%TABLE 2: Prod (Column 1): A; B; C; A; A, Unit (Column 2): aa; bb; cc; bb; dd, Tonnes (Column 3):...
View Article400 thrown when sub called from different sheet
I'm getting a very strange 400 error that I cannot explain.I have two sheetsReconciliation Reporting (Button pointing to a Sub "ThisWorkbook.ImportRawData"Trading Day Processes, on which the import is...
View ArticleVBA clicking Onclick button in webpage 'which contains Validate function'
Iam working on a project ''Automation IE'' need help on the same.I am trying to spool one excel report from website by giving From date and To Date are as inputs iam able to give enter dates with my...
View ArticleObtaining Image File Dimensions From URL
I have this link:https://s23527.pcdn.co/wp-content/uploads/2017/04/wine_speedlights_kit_lens.jpg.optimal.jpgIt is on Cell A2:I want to get on Cell B2 the dimensions of the URL of this JPG(I don't mind...
View ArticleTotal count in a Table using macro
I have a table as mentioned in Input Table and needed output as mentioned in Output Table required. I used COUNTIFS but its not giving the result as expected. It seems for this need to write macro. Can...
View ArticleOverflow error when assigning input value to range vba
I'm sure this is something really simple but I have reviewed all the suggested questions on stack overflow as well as searched other vba forums and I can't for the life of me find anything that's...
View ArticleMultiple Categorical Variables in a Column & The Prep
I have a survey data, with text answers, categorical variables, and numeric.Converted into a dataframe in pandas, but the problem is multiple-choice columns, sometimes have more than 1 categorical...
View ArticleCreate a table in excel sheet and add rows in table with SQL in loop
In excel vba ,I am running SQL in a for loop and I want the result of SQL in loop to be added as a table in my excel worksheet. the example code snippet is given below. So the below code just checks...
View Articleexcell stock management sales and purchases [closed]
I'm trying to calculate theremining stock of some products based on the sales and purchases. I have three sheets one containing the stock the 2nd for purchases and the 3rd for sales. how can I...
View ArticleRunning text2column for column A:A
I am quite new to VBA scripting, but I have to perform the following actions:convert a csv file to xls onein the saved xls file to perform the following actions: 1. To run Text To Columns for the data...
View ArticleLeave out quotes when copying from cell
Problem: When copying a cell from Excel outside of the program, double-quotes are added automatically.Details: I'm using Excel 2007 on a Windows 7 machine. If I have a cell with the following formula:...
View Articlehow do i copy an image from one excel spreadsheet to another without using...
I want to copy an image from one excel spreadsheet to another without using any macro. I have checked online, however, the answers I get involve using a macro. I simply want a straightforward answer if...
View ArticleShowing notification or popup in excel while the add-in is closed
i'm using excel add-in task pane react version, is it possible to show any notification or popup messages from the add-in if it is closed?Thank you
View ArticleAdd two cells if there are two rows [closed]
in my example you can see a table with initials (left) followed by different times. At some rows, as you can see, there is a row with the initials followed by times and there is a row beneath without...
View ArticleExcel Chart Crosshair Cursor,
BRAINTEASERThere is no problem with the codeJust wanted to know whether it can be made more efficient? Any advice?I am trying to make a crosshair cursor for excel chartsheet. I have referred to many...
View ArticleExcel Visual Studio Design Time Adapter Add-in Error
I am trying to open excel workbook 2003 using VSTO. but i am getting error again again like" Project cannot be created because the application add-in is not working correctly and might have been...
View ArticleUndefined index: code use Export to Excel in Laravel 5.8
I'm executing Export, Import to Excel in Laravel. But I have an error Undefined index: code in a file AlumniImport.php. Thank you for help!AlumniImport.phpnamespace App\Imports; use App\Models\User;...
View ArticleCount Elements Selected Within a Slicer
I have started to work on an excel sheet and to run some calculated field I need a public function that returns the number of items selected within a single slicer. I surfed the internet, but...
View ArticleConnect PivotTables with a Slicer Using VBA
I'm working on a dashboard in Excel.I refactored some pivot tables to allow a single slicer to filter all the graphs, but then discovered that you can't simply change the data source of a pivot table...
View Article