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

Image may be NSFW.
Clik here to view.

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 Article


VBA 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 Article


Excel 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 Article

Vlookup 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 Article

Is 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 Article


VBA 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 Article

Memory 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 Article

How 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 Article


DAX 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 Article


compare 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 Article

How 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 Article

Having 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 Article

How 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 Article


Error 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 Article

speed 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


Image may be NSFW.
Clik here to view.

"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 Article

Find 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 Article


How 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 Article

Opening 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 Article

Excel 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
Browsing all 88030 articles
Browse latest View live