filter criteria not between two dates [closed]
I have a booking system To enable me to know which rooms are available for the next booking that doesn't clash with already booked rooms over that period.If I put in the desired from and to dates for...
View ArticleVBA Open Workbook from Macro fails "(path & filename) could not be found....
I have the following code, which should simply open a workbook from a master workbook to allow me to paste some information which I will later retrieve from a database. I receive the error in the title...
View ArticleExcel VBA Run-time error '13' Type mismatch while passing long string values
I am getting error while running the below code Public Sub TC_Capture() Dim fso As Object, Fileout As Object, Sql As Object, objNet As Object, FS As Object, CommandTimeout As Integer Set cn = New...
View ArticleVlookup in VBA from different sheets - coding error
i am new to VBA. I got this code but when it runs, it shows this error message :Wrong number of argument or invalid property assignment.This is my code when i copied it from somewhere and editing...
View ArticleIs there any extension which can notify when a webpage contains any text /...
I have some data in excel, And want a notification in chrome whenever any cell data is there on a web-page while browsing. is there any extension which can notify when a web-page contains any text /...
View ArticleVBA PRESS BUTTON ON WEB PAGE [closed]
https://opekepe.gr/el/opekepe-organisation-services-gr/opekepe-apps-to-inform-citizen-gr/systima-dimosiopoiisis-pliromon-opekepe?task=weblink.go&id=152I want a simply way to press the only button...
View ArticleMemory error exceeds the maximum page size in Excel when connecting to ssas
When trying to connect to ssas cube (multidimensional) through Excel we get the error below:We couldn't get data from the external source. Here's the error message we got:Memory error : A record (65569...
View ArticleHow to import data from Excel file into PostgreSQL?
I have checked some links how to load data from excel file into PostgreSQL table. There are solutions as:Save excel to .CSV file and use COPY command.Use Python script to read and insert data to...
View ArticleDAX query to Multidimensional SSAS works incorrect
When Excel is connected to a SSAS, Excel makes mdx queries to the cube and it works correctly.When PowerBI is connected to the SSAS (live connection), PowerBI makes DAX queries to the cube and it works...
View Articlecompare a two tables and mention the newly changed values in excel
Below is the simple example in which am struggling with,What I Need is to compare the two table (Table: Old and Table:New) and get a new table by mentioning the changed items either in column...
View ArticleHow do I retrieve an Excel cell value in VBA as formatted in the WorkSheet?
I need to keep leading zeros on a list of numbers. The numbers are added like this (in a loop, but this is just an example using the (1, 1):Set cel = Sheet.worksh.Cells(1, 1) cel.ColumnWidth = 10...
View ArticleHaving trouble while filtering grand total in an Excel pivot table
I am following steps show in this website to filter a pivot table based on the grand total. I click Row Labels, select Value Filters, and put my filter there. However, the filter does not work in a...
View ArticleHow to auto fill a specific complex formula after inserting new row to a...
I've been looking for a way to automatically insert a row, where a column contains an Index(Match) formula.I've looked at several tutorials and forum where it says formulas should auto populate because...
View ArticleError on the s of clearcontents on the same line
VB runtime-error 1004 : "We can't do that to merged cells"How can I solve this issue? Sub Cont_New() With Sheet1 .Range("R33").Value = True 'Contact Load .Range("R32").Value = True 'New Contact to True...
View Articlespeed performance exporting to excel file using Microsoft.Office.Interop.Excel
I am using Microsoft.Office.Interop.Excel to export local database table to excel file. There are five columns. If rows are 400 it takes about 20 seconds,If rows are 1200 it takes about 45 seconds,If...
View Article"Delete" button missing on pop up menu on row bar. How to get it back?
I carelessly run this macro:Application.CommandBars("Row").FindControl(ID:=293).Delete where ID:=293 is "Delete" button when right click on row bar. Then, I find "Delete" is missing from Row Bar:How do...
View ArticleFind unique values in 2 columns on a sheet
I am trying to create a UDF for finding unique values combining 2 columns. I have a sheet containing data about the employees of my company. I need to count the number of employees of a specific...
View ArticleHow to run my .exe file correctly without corrupting my other dependent files?
I had converted a .py program to .exe file. The .py program is a tkinter program that is reading and writing to an excel file. Then I converted the .py program using "auto-py-to-exe". But when I am...
View ArticleOpening Userform only without flashing Excel Window
I know the method as Application.Visible = False and Application.Screenupdating = FalseWhen opening the file, I want the user to see only the userform. The thing is: with these two commands above,...
View ArticleExcel Group and Match by Product Name
I have an excel spreadsheet of product data that I need to be reorganized and grouped by product name. An example of a product name looks like:Bee 22"x36" Table Runner, EcruIs there a formula that can...
View Article