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

Convert Text to Table (Space Delimited or Fixed length)

I have a text file with tab delimited data (150 lines) that i want to convert to space delimited or fixed length columns. I have tried to export the file using Excel's .prn format but when opened in MS...

View Article


Multiple Combo Box Drop down

I am trying to create a table with dropdown lists. To help users, I would like to make use of combo boxes for its autofill functionality.Currently I have a code for the combo box. This code calls for...

View Article


Get username and password by calling Name in Javascript , returns multiple value

Let a Excel file with 3 columnsName | ID | PassAdam | id123 | pass123Helen | id234 | pass234ken | id567 | pass567How to make a function that returns Id and Pass if I call by Name. Ex: If call Helen It...

View Article

How to add multiple recipents using Excel vba

This is my code: Dim OutApp As Object Dim OutMail As Object Dim strbody As String Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp.CreateItem(0) strbody = "Hi there"& vbNewLine...

View Article

Image may be NSFW.
Clik here to view.

Excel - Dynamic Dropdowns from one single reference table

I am trying to create a dynamic dropdown list from one table instead of multiple individual tables. This is with the objective of making updating the data maintainable.My reference file contains a list...

View Article


Is there a way to prevent Outlook from asking about whether or not to save...

The following Excel 2016 VBA code does open Outlook:Sub mail() Dim objOutlook As Object Dim objMail As Object Set objOutlook = CreateObject("Outlook.Application") Set objMail = objOutlook.CreateItem(0)...

View Article

How to create a VBA code that references a value in another workbook and then...

I have two workbooks. One is the original that I am referencing from and the second is the new macro enabled book that is taking the information from the original workbook, with added additional...

View Article

Data integration: combine monthly trial balances

I'm fairly new to the data integration part of R, and in this instance I am trying to convert monthly financial trial balances into a flat file such that it is ready to go for further analyses. The...

View Article


VBA Open Google Chrome opens in the taskbar

I am using this code below to open a website with Chrome via VBA, however Chrome starts in the taskbar and I have to click on the icon to open the actual Chrome window. Do I need to add something in...

View Article


Planning and scheduling tool

please help me in this regard. we are creating scheduling tool for our factory and i am stuck. In my excel, my "Master" sheet contains data from column A to column Q. 1) A column is date column 2) C...

View Article

Image may be NSFW.
Clik here to view.

Insert rows based on comma-separated list

Some cells in a column contain more that one item separated by commas.I want a row for all the items.Here is an example:ORIGINAL:SHOULD BE:

View Article

Can't enter break mode at this time

This has been happening increasingly, when I have a sheets.add or sheets.delete in excel VBA. After searching and searching I finally found the official Microsoft support page on it. My question is,...

View Article

How can I write a loop to copy and paste multiple rows in excel?

So I have a very long table and I want to fit every 90 of cells on one page. I tried to write a loop to copy and paste every 45 rows a time but I don't really know how to. Any help will be much...

View Article


Consistently receiving user input through a long-running procedure (DoEvents...

Cleanly cancelling a long API-Ridden procedure is hellish, and I'm attempting to work out the best way to navigate the hellishness.I'm using excel 2016 (with manual calculations and no screen updates)...

View Article

Python selenium and excel

So i have this problem that when i retrieve information from a website using Selenium Python to Excel, So the steps are 1, I take information from Excel from each row and paste in the input in the...

View Article


Clear Textbox when workbook is closed

In my Workbook I have a Worksheet which is hidden with password protection.In Sheet1 I have a CommandButton control, which makes Sheet2 visible when the password is entered in TextBox1.In my VBA Code,...

View Article

Why a this variable declared as a Range is declared equal to null?

Hi everyone I'm just curious about why this code works and the next one doesn't here it goes: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Dim cell As String cell =...

View Article


Use Instr with range/column instead of singular cell/manual inputted values

I am new to using macros and I need some help. I am parsing scientific data sets with a good mount of rows, so I am trying to pull out only the needed rows, based on what sample data I need. The exact...

View Article

Image may be NSFW.
Clik here to view.

How to make all cells wrap text and have complete all borders in Laravel Excel

I want to make export results with Laravel Excel, but the results did not match what I wanted. what I want is like this I want all cells to be wrapped in text and have a complete border.This is my...

View Article

Image may be NSFW.
Clik here to view.

How can i read a range on csv file on c# [closed]

I'm making an app to order data generated by a logo8. The logo8 generate a csv file like this The logo8 create a new file when he generate 20000 rows of data.So the application have to create an Excel...

View Article
Browsing all 88030 articles
Browse latest View live