Excel Power Query - checking date in a list of dates using M
I have to compare if a date in table A is present in all of the dates column in table B, return 1 if yes and no otherwise. I am using Excel Power Query and my formula is this:Table.AddColumn(#"Renamed...
View ArticleBUG: Cant choose dates on a DatePicker that fall outside a floating VSTO Add-In
Logged the issue with Microsoft here - the Repro is available for download:...
View ArticleModern forms and form controls in Excel VBA
The look of Excel VBA's forms and controls hasn't been updated since Excel 97. They look like Windows 95. It's become a very old-fashioned look.Some of the controls, such as checkbox, radio button, and...
View ArticleHow to pull financial statements from Yahoo Finance (2019 URL) in VBA
I copied the code from this link Extract financial fundamental from Yahoo finance with excelThe code from ASH works to pull balance sheet data; however, when I change the ticker (like MSFT), it begins...
View ArticleI got stuck trying to set up the Xlwings Excel add-in
I got stuck trying to set up the Xlwings Excel add-in ribbon. Once I've tried almost any kind of combination, I don't know how to set them up!I'm using Anaconda and the referred directory is:...
View ArticleDetermine if the protected view options are active within the document
At the time of opening a document, it indicates to view it I must enable editing of the protected view.I want at the time it is detected, to close the document until deleting that configuration of...
View ArticleDisplay date in dd/mm/yy format, not whole number, in a vlookup
I need to see a "dd/mm/yy" format in my TextBox, but a whole number is appearing.I tried some dd/mm/yy in the code, but it doesn't solve the problem.Me.txtDate.Value =...
View ArticleHow to convert VBA into Javascript in order to upload Excel Macro-enable...
I would like to upload an Excel Macro-enable workbook on Google Drive but Google didn't support this file. They suggest me that I should convert VBA into Javascript and use Script Editỏ. I would like...
View ArticleDisplay cell address and message box on error and exit the Macro, if not,...
I want to first check my Range for #NA errors and then display the cell addresses containing the error before quitting the Macro. This is what I've done so far.Now, if there are errors present, I'd...
View ArticleVBA code for skipping microsoft excel security warning
When I do import data from website,which is trusted still I get warning message from Excel as shown in below picture.I have tried installing this certificated several time, but it didn't help me with...
View ArticleIterative Counter, Daily Running Total of Weeks Hours
Excel VBA:I'm struggling with the loop structure of an iterative counter to report running totals of hours worked per employee. Ex: Day 1: 8 hrs worked, 8 hrs total Day 2: 8 hrs worked, 16 hrs total...
View ArticleSelect workbook with specific name
I have a weird situation where, I have to download one workbook everyday. The name of the workbook always starts with CMVOLT.Whole file name is CMVOLT_22112019.Now 22112019 represents date and...
View ArticleWhy is excel putting the cells in quote when I export it to a tab delimited...
For example if I haveTree Branch StickIt comes out in the file as"Tree""Branch""Stick"
View ArticleCalculated cell's for Average calculation
I have an Excel sheet where I would like to calculate an Moving average of 15 numbers, with a Moving average length as a variable in possision D1, so I can change the value i D1, and then less or more...
View ArticleExcel: Dynamic range within certain rows + data validation update
What I have here is small part of my big data set, with lot of drop downs and functions that are calculating everything around. I am just exceeding this table and trying to make it more automatically...
View ArticleExport Excel 3D chart using VBA to the image
I know how to export a regular chart, but now I am looking is it possible (at all?) to export Excel 3D chart to JPG file? These types of charts are generated using Data Analysis Add-in.
View ArticleExcel - Extract a List Based on a Condition
I am having some trouble extracting a unique list from an Excel table based on a condition.Basically, the table looks like this (Table is in A1:B11):Name Count Person1 10 Person2 2 Person3 3 Person4 1...
View ArticleCan VBA connect to SQL server via SSL certificate?
I'm using an Excel application with a SQL server database. I'd like to use SQL Server in a cloud and need to use a secure connection. Does anyone know how this can be done?
View ArticleOutlier Detection with XML or Excel File
Having to deal with thousands of files, pointing out an anomaly in a certain file is quite hard. This is why I would to create a data checker.Leaning towards converting xml files into excel so maybe it...
View ArticleHow can I place multiple check boxes and copy over check boxes in Excel for MAC?
How can I place multiple check boxes and copy over check boxes in Excel for MAC? I googled this and only see directions for PC?
View Article