No announcements
Found 19167 threads
-
0 Votes
Microsoft Windows Embedded compact 1 host CE
Hi, I'm searching for a manual to install a host application to a pc running on Micorsoft windows embedded compact 1. the device is connected to the network with ... -
0 Votes
Can I use the Irvine library in visual studio using a Mac?
Hi, for this semester I am supposed to use the Irvine library for my assembly language class but unfortunately I do not have access to a windows computer at this moment.So, my question is if I can use ...Unanswered | 0 Replies | 7295 Views | Created by Nicolas Montealegre - Thursday, January 14, 2021 11:27 PM -
0 Votes
Add-In tab not displayed after adding add-in in Excel 365
I have Excel 365 64 bit and I'm trying to add an old add-in. In previous versions of Excel when I added my Add-In (Duplicate Master V2 by brettdj) it would create a new tab labeled Add-In and there ... -
4 Votes
Changing the voice used in application.speech.speak inside a macro
I am playing with a macro that uses application.speech.speak In simple terms I'd like to be able to do something like: Set the voice to ...Answered | 11 Replies | 22160 Views | Created by Aarnout - Thursday, October 2, 2014 5:02 PM | Last reply by desitecsupport - Sunday, January 3, 2021 8:15 AM -
2 Votes
How to query a Unicode file name in ADO?
I have a connection Provider=Microsoft.ACE.OLEDB.12.0;Data Source=F:\blah;Extended ...Unanswered | 1 Replies | 3765 Views | Created by sysmod - Wednesday, December 9, 2020 5:37 PM | Last reply by sysmod - Wednesday, December 30, 2020 4:54 PM -
1 Votes
Excel Dashboard
Hello all, I have a column header in excel as AmountCashDiscountAmountCashDiscountDateCreatedDateInvoiceDateDueDatePostingDateVendor ...Unanswered | 2 Replies | 3198 Views | Created by BobnFinn - Monday, December 21, 2020 10:19 PM | Last reply by BobnFinn - Thursday, December 24, 2020 6:44 AM -
3 Votes
VBA EXCEL
i want help in vba code . MY USER FORM TEXTBOX MAXLENGTH IS 14 . 1ST LETTER MUST "B, C, E, R, X" 2ND, 3RD ,4TH LETTER MUST BE "0 TO 9" 5 ...Proposed | 5 Replies | 3493 Views | Created by GUL FARAZ 123456 - Tuesday, December 22, 2020 3:30 PM | Last reply by GUL FARAZ 123456 - Thursday, December 24, 2020 2:10 AM -
3 Votes
Error with grouped dates in Autofilter only Excel 2019
=12-1-2020", Operator:=xlAnd, Criteria2:="Unanswered | 4 Replies | 2511 Views | Created by jgkzdl - Monday, December 21, 2020 2:06 PM | Last reply by jgkzdl - Wednesday, December 23, 2020 8:35 PM -
1 Votes
seting a personal pushpins in bing map
Instead to use a default style of pushpin, i can use a personal icon, in a api rest?Unanswered | 1 Replies | 2909 Views | Created by luca90 - Monday, December 21, 2020 5:55 PM | Last reply by Viorel_ - Wednesday, December 23, 2020 8:30 PM -
0 Votes
Excel 365 VS SSAS 2019
Keep only selected items" (or even "hide selecting items") we get this error: We couldn't get data from an external data source. Please try again ...Unanswered | 1 Replies | 2514 Views | Created by Martin Chaine - Tuesday, December 22, 2020 9:53 PM | Last reply by KHURRAM RAHIM - Wednesday, December 23, 2020 10:29 AM -
3 Votes
change work center cod
Hi! In the example table, I need that in cases in which an employee connects on the same day in more than one work center, replace the number of the center in which he is less time ...Answered | 6 Replies | 2797 Views | Created by rafa_c - Thursday, December 17, 2020 7:33 PM | Last reply by rafa_c - Monday, December 21, 2020 5:09 PM -
0 Votes
Algorithm for filling a column in excel using "company codings"
Hello all, Nice to be here. I have been learning C# for a while for personal reasons and also for Unity. Today, from a client, I have received a long ... -
1 Votes
Line up data into rows
Hi, I have a spreadsheet with People in Column A (multiple rows have same person) and Dates In Columns B through G (every person will only have one cell in each column with a ...Answered | 1 Replies | 2846 Views | Created by DozerBoss - Thursday, December 10, 2020 9:36 PM | Last reply by Herbert Seidenberg - Saturday, December 19, 2020 2:06 AM -
1 Votes
Remove Excel Checkbox control with Powershell
I would like to remove Excel checkboxes from an Excel spreadsheet so that the spreadsheet can work with Excel online. I have found scripts to remove rows and sheets, but can't find out about ...Unanswered | 3 Replies | 2927 Views | Created by EG5489123 - Wednesday, December 16, 2020 4:28 PM | Last reply by Nothing Left to Lose - Thursday, December 17, 2020 11:02 PM -
0 Votes
Excel Cell format disregarded
This works in Excel 2010 but 2016, 2019 (I have tested and it doesn't work properly) I put a validation on a cell that says whole numbers are required (1 to 13 and 1 to 31) 2 ... -
0 Votes
Failure For Next loop and Copy After
in a For XThis=1 to Application.Sheets.Count I am changing between to Workbooks and changing the sheet name The code works and has worked ... -
2 Votes
Excel 2016 Accessory Library Contents
Hi... i need Excel with VBA and Microsoft Internet Controls and Microsoft HTML Object Library included. Does the 2016 version have these features?Unanswered | 2 Replies | 3421 Views | Created by rxxxxxxr - Monday, November 23, 2020 6:00 PM | Last reply by isladogs52 - Wednesday, December 16, 2020 11:40 PM -
0 Votes
Excel automation through Windows Task Scheduler throwing an error - 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
Hi, We have a console application to automate the excel data refresh everyday at a particular time of the day. It is working fine when we switch off the office updates. But when an ... -
5 Votes
After sorting NamedRange positions are broken!
I've excel sheet where each cell is associated with a named range (say cell B5 is named as 'MyCell' under Named ranges). When I sort the column B, data in columns are moved but Named Ranges are NOT ...Answered | 22 Replies | 13226 Views | Created by Pervez Rehman - Tuesday, August 16, 2011 10:20 AM | Last reply by Shai_07 - Sunday, December 13, 2020 7:32 PM -
0 Votes
Running powershell script via VBA
Hello everyone I am trying to run powershell script file via VBA and getting errror, 'Permission Denied' tried to ru simple batch file thru VBA also gives same ...Discussion | 0 Replies | 3101 Views | Created by Imranul Haq Syed - Wednesday, December 9, 2020 5:55 AM - Items 1 to 20 of 19167 Next ›
No announcements