PDA

View Full Version : Microsoft Excel Programming


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 [75] 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236

  1. Command button code does not execute
  2. how to set current workbook to the master after opening 2nd workbo
  3. Excel 2003> how to export to DBF with a field of fraction?
  4. Excel Macro to transpose addresses from rows to columns
  5. Help with Range.("XX").Value = (Newbie)
  6. How i modify icon of a customized button in Quick Access Toolbar?
  7. VBA code for date change? (Newbie)
  8. enumeration by vba or by matric or both
  9. Excel Web Query
  10. Macro to look for three rows of everything
  11. Autocalculate my share balance each month after monthly contribution
  12. cell updates based on day of the month
  13. How do I convert numbers to word in my excel invoice?
  14. Hyperlink.Follow question
  15. Open a directory and close workbook
  16. Strange Error with Excel 2007 - What does it Mean?
  17. Running macro over different sheets for Essbase
  18. Macro to transpose names, addresses
  19. excel resets chart values after workbook reopen
  20. macro to copy row to another worksheet if cell is in bold type.
  21. Syntax to stop code in Watch Window
  22. How to pass arguments to an Excel macro using Dynamic Data Exchang
  23. Re: Copying VBA Code from one Sheet to another
  24. How to launch an Excel Workbook quickier, by ...
  25. Enable Macros Office 2007
  26. HELP: Setting CNTL-SHIFT-F to invoke Excel2007 macro
  27. problem with connecting to excel from asp.net
  28. Coloring duplicates based on values in a column.
  29. Copying VBA Code from one Sheet to another
  30. KeyAscii
  31. Adding context menu to shapes in Excel 2007
  32. COUNTIF depending on cell fill colour
  33. Are VBA userforms always child of Windows desktop?
  34. EMail Small Message from Excel
  35. "application.filesearch" object doesn't support the this property or method
  36. Complicated Macro to Match - Not for the faint hearted!
  37. VBA - Cannot Delete Row with drop down box change
  38. userform/printform question
  39. UDF
  40. Column size issue
  41. unescape a URL
  42. limit textbox to blank or exactly 4 numberic digits
  43. Extracting results of Advanced Filter.
  44. Cell Value Help
  45. Save As - triggers ListBox control
  46. Saving Lines / Using a Range in a Drop Down.
  47. Can I apply Autofilter by Column Title instead of Field #?
  48. vsto and vista
  49. Confused about str()
  50. How do I activate a worksheet using a checkbox when it is checked?
  51. Eliminate Read-Write Message
  52. macro to conditionally delete 3-row blocks in excel
  53. Stock List
  54. Any Excel Gurus?
  55. getting seconds to show in cell
  56. Multiply range values with Lookup-value?
  57. Bringing the Add-in to excel...?
  58. Selecting multiple rows in a named range
  59. Excel VBA won't copy Worksheets after sheet Deletion
  60. Macros Tabs and Files
  61. Determine sheet dimensions
  62. Has anybody done this? - Restructuring a row based list to column based
  63. Works on numbers but not on TEXT
  64. Follow up to this post
  65. DTpicker
  66. A Fix - Pivottable - Added calculated fields and now can't clear pivot
  67. Button to insert rows on mutiple worksheets and copy text and info
  68. Common routines to open many files by name
  69. select shape range
  70. Changing tab and hyperlinked cell colors
  71. IF, SUM and INDIRECT Help
  72. Class module constructors
  73. Workbook.SaveAs crashing after Upgrade to Office 2003 from 2000
  74. How do I auto run my macro upon open of file....Workbook_Open() is NOT working?
  75. VBA calling ppt
  76. Macro to compare values in array against cell value
  77. Restructuring column sequence to rows, based on a unique column.
  78. opening a workbook from an windows forms app
  79. Excel 2007 ActiveX warning
  80. PLANILHA
  81. Deleting rows that don't contain keywords
  82. Linking crosstab query from Access
  83. Build Select Case Programmatically
  84. Why use redim when creating an array of arrays?
  85. summing accross multiple sheets
  86. Automatically select cells based on results size
  87. Left of an object on a chart sheet
  88. Edit cell based on position of option button clicked.
  89. Save button, VBA protected, allow user to define where to save
  90. UDF won't launch macro
  91. Super 2-axis chart Autoscale Macro ;-)
  92. combobox value <> range
  93. Corrupt Pivot Table
  94. Highlighting Holidays in a Range with dates
  95. Best/Easiest way to search/find in a string
  96. Opening Workbooks
  97. Shift Key
  98. VBA editor is shown every time a form is showed
  99. Help with code for timing
  100. Join Function in VB Excel2k
  101. Selecting a specific tab in a tabstrip
  102. copy&paste of several sheets in a folder to a workbook with somesh
  103. Inputbox accepting desired response
  104. Inputbox accepting desired response
  105. Refer to column in range statement
  106. Excel 2000-03 WB suddenly missing command buttons on sheet @Start
  107. Re: Determine check status of worksheet checkbox?
  108. Looping data form creation (need help/is it possible)
  109. Shell function sometimes works, sometimes doesn't
  110. small triangle
  111. Use FindFirst to find record in Access
  112. Question for Dave Peterson - Column Sorter
  113. Find Values and Update
  114. Watch out for ByRef parameters not working!
  115. Placing a user defined type in a Collection
  116. Whats the equivalent of null in VBA?
  117. How can I make a Macro work multiple rows instead of one?
  118. Conditional select range
  119. Copy and Paste from one Worbook to Another Workbook
  120. Error 424 : Object required
  121. Help >> Looping form generation from spreadsheet list
  122. Control toolbox textbox
  123. Command Buttons and Auto-Filter
  124. Integrating browser with excel
  125. creating a user defined function - question on input method
  126. copy/paste values for all sheets in workbook
  127. Resize Picture / object in Excel
  128. HELP how can I do this PLEASE!!!!!!!!!!!
  129. Excel 2007 Prohibits Shapes.AddPicture from URL?
  130. Macro to Simulate CF Italic Red Font based on Formula Criteria
  131. Excel Automation Application is shared with interactive?
  132. Can I use VBA to copy User Form from 1 workbook to another?
  133. Calendar Control & Copy
  134. Empty cell range and error 91
  135. How can I change the colour of cells using a macro?
  136. Compare 2 Columns, then output a list
  137. Many Pivottables created in bva
  138. Conditional Breakpoint?
  139. Hiddening Rows in an embedded worksheet
  140. Moving all files to a different location
  141. Pivot Tables - Remove the "(All)" from the dropdowns
  142. Empty range of cells
  143. Help >> Looping form generation from spreadsheet list
  144. Help >> Looping form generation from spreadsheet list
  145. EASY>>>OptionButton Select Error
  146. Where did my Locals Window go?
  147. further question about XLAM menu- Fluent IRibbon
  148. Checking entered data against exisitng data
  149. How can I syncronize Autofilters on multiple sheets?
  150. Empty cells
  151. Add New Row to Multiple Workbooks
  152. Add-ins and Worksheet activate
  153. Filter numbers with textbox using 123132*
  154. Updateting Oracle from Excel
  155. Type Mismatch
  156. Dynamically Added Control
  157. Pivottable - Added calculated fields and now can't clear pivot
  158. intermittent error and lockup problem
  159. Blank Message Box after procedure execution
  160. DragIcon in VBA?
  161. Inputbox accepting desired response
  162. Inputbox accepting desired response
  163. Saving with password
  164. Listing xls files and sheets (excluding Hidden tabs) help
  165. Monitor OLE calls?
  166. Selecting adjacent cell
  167. testing data in above cell, and choosing column to copy from
  168. testing data in above cell, and choosing column to copy from
  169. Creating a Hyperlink from 1 WKBK to open another WKBK and activate
  170. Application.Quit in Excel 2007
  171. Adding a watch expression in VB
  172. Hoe to Get Rid of the Bubbles in Excel
  173. Connecting to SQL Server via VBA and ADO
  174. vb code for saving a workbook when shutting an excel file down
  175. VBA calling a web application that returns XML
  176. Exporting to a CSV file from multiple worksheets
  177. Auto Opening for Macro
  178. why shouldnt develop in access
  179. Custom Functions
  180. Copying a formatted "template" sheet and naming new sheet via user form
  181. AutoFilter
  182. insert sum when first blank cell found
  183. new workbook with new Query
  184. Macro - If bold then multiply by -1
  185. Converting ExcelML to .xls
  186. Pivotable Parameters
  187. send a mail from VBA / excel
  188. Excel hangs on reopening a file
  189. Problems with file to be used on different systems.
  190. Problem: Cells show 0 despite formulas
  191. comparing 2 workbooks and highlighting differences
  192. ExcelBypassEncryptedMacroScan
  193. How to replace cells by (predefined) ranges
  194. Usage of Outlook data via VBA in Excel
  195. Creating a UDF
  196. multiple command buttons leading to 1 event
  197. Host name
  198. how do you email a portion of a worksheet (range) as an insert into the body of an email?
  199. need to get the vertices/endpoints of a line
  200. Help on IF please!
  201. Urgent help on IF please!
  202. Previus value in a cell
  203. Check Box or Button Help
  204. Copying "total" rules in Excel from one cell to another
  205. RUN-TIME ERROR 438
  206. Determine check status of worksheet checkbox?
  207. Registry compare
  208. Code event for the "enter Key"
  209. BeforeSave code that appends date - THANK YOU!!!!
  210. Korean script compatibility with Vba
  211. VBA Problem - Please Help
  212. Convert all text in a sheet to UpperCase?
  213. do macros not like pivot tables?
  214. COUNTIF to compare one range versus another range
  215. password security with excel 2007
  216. Control Click Subroutine (BHatMJ)
  217. Input box accepting only desired format
  218. Search for a string and extract it?
  219. DDE
  220. VBE Toolbar problem
  221. Combo Boxes linked to Cells will not clear.
  222. Need some suggestions
  223. Page Breaks
  224. Rounding Formula
  225. Double Click Custom Command Bar
  226. column variable into formula woes
  227. CHECKBOX HELP
  228. Speed up VBA - using class objects
  229. Programmatically calculating formulas for new entries
  230. Named Ranges
  231. ParamArray bugs?
  232. shared document: protection issues
  233. Automatic rolling months for forecast sheet
  234. Open a menu
  235. Type mismatch when copy empty cell to Access database
  236. modifying code troubles
  237. Wildcard in Excel VBA
  238. Count
  239. Font of Check Box (from Form Toolbar)
  240. Automatic Sheet Updates
  241. Button-click to jump another sheet
  242. Buttons Embedded in a Worksheet
  243. copying sheets
  244. Help with Find function
  245. Automatic Update to Multiple Excel Spreadsheets
  246. Error using MATCH with dates in variables
  247. Excel grouping then inserting rows and summing up....
  248. How do I complete this Formula
  249. ColorIndex of the current application
  250. VBA Project Password
  251. E-Mailing
  252. Check for a shape - then change or delete it if it exists
  253. address
  254. usform check boxes
  255. Web Query
  256. Write data in reverse
  257. string replace for error bars
  258. copy the range names while coping cells
  259. switching out of Excel with userform open
  260. Need help with formatting
  261. Variable Naming.....?
  262. Case Else problem with #VALUE appearing in cells
  263. Text import and "save query definition"
  264. Pivot Table Programming (Selecting Pivot Items)
  265. Problem with .sendmail
  266. Formatting a Range
  267. need help in my code on generating chart with dynamic range
  268. Out of Memory
  269. conditional query
  270. CONVERT FORMULA INTO VALUE EXCEPT SUBTOTAL FORMULA
  271. i have erorr on my email on yahoo why?
  272. another querytable.add question
  273. Workdays in a date range with Saturday as a workday
  274. ATPVBAEN Problems
  275. Drawing Shapes on Forms
  276. Linking excell with access to choose a single record
  277. Data Entry Form
  278. how to access or copy excel form controls (eg. dropdownlist) values to a database
  279. how to extract Form controls (eg.dropdown box) value to a database
  280. VBA replaces formula but adds row in multiplier
  281. Is there an easy way to open a text file and modify only a part of it?
  282. Copy&paste of several sheets
  283. How can I use VBA to connect to a SQL server?
  284. Disabled all print option on Excel 2003 shared add-in vs 2005
  285. Column width Static
  286. Disable dragging Data-field in Pivot Table
  287. beforesave code working sometimes......
  288. Creating Parameter Fields
  289. Circular Reference
  290. Editing text copied into a cell by a UserForm
  291. Check for File Already Opened - Can't Get to Work
  292. Appending rows in excel from C#
  293. match in vba
  294. Linking cells
  295. Database in Excel
  296. shorten a macro
  297. Macro to Simulate CF Italic Red Font based on Formula Criteria
  298. "dim" problem after Service Pack Installation????
  299. Worksheets.Add --- IF it doesn't already exist
  300. directory listing in listbox
  301. Problem selecting a whole data matrix
  302. Get Path for Linked Pictures in Spreadsheet
  303. Subscript out of range?
  304. New variables in 2002 vs. 2000
  305. Advanced Filter Unique Records and Hidden Rows
  306. Copy same cell, below next.
  307. Loop to create charts
  308. What is the parameter for FormatConditions?
  309. delete rows in excel by service date
  310. using a drop down box to change the value in another box
  311. E-mailing
  312. Is Cell in Date Format
  313. Excel Hangs when using Offset in formula. A bug?
  314. Can't reference Solver in VBA
  315. countif with and
  316. Practical Macro Size Limit?
  317. question for "Dave - temping with Staffmark"
  318. Export Data to Excel
  319. VBA, get data from excel with ODBC
  320. How to create a Macro to Name a Checkbox
  321. SaveAs Filename:=filename, FileFormat:=xlCSV
  322. Which column(s) are sort keys?
  323. Conditional Formatting Based on Cell Values for more than 3 condit
  324. OptionButton visual cueing
  325. Handling Dialog Boxes
  326. Auto_expand on excel
  327. Code issue
  328. Excel 2007 References issue
  329. How can I insert a swf flash in a worksheet?
  330. need help with my code
  331. Insert range of cells with a (UDF) function
  332. Popping up message box with "Make Sure the Specified folder Exist"
  333. formula help please
  334. Referencing tombstone text data to populate a cell in a spreadshee
  335. Use MS Browse Feature...
  336. Browse using MS Dialog
  337. Edit Mp3 tags
  338. Can I set a variable to be equal to the range of an entire column?
  339. if cell colour is then change cell colour in range
  340. No Auto Suggestions
  341. Help with this error message
  342. texbox event update
  343. Strange Excel behaviour
  344. Save to Desktop, don't overwrite existing
  345. NEWBIE needs BIG help with Macro
  346. Event Code for Proper
  347. NEWBIE needs BIG help with Macro
  348. Save as, not overwrite
  349. Array to Range assignments behave different going horizontally and vertically
  350. Only Workbook Open?
  351. Insert into a range from a two dimensional array
  352. Open MSProject file (published on server) from Excel
  353. Runtime error '1004':
  354. multiple checkbox's
  355. How are these uses of SpecialCells different?
  356. Conditional formatting to change ColorIndex?
  357. Build workbook by xml
  358. Specify pivot table to hide 'earlier than' grouped data start date
  359. Code for testing whether a cell or row is highlighted?
  360. Numbering - Starting Over Based on Zero
  361. vlookup using dates
  362. read windows notepad file content into excel?
  363. delimiter between two columns
  364. Outlook Security Bypass
  365. Oracle COM Automation Excel Charts
  366. disabel print preview
  367. Notification failed. Please try later
  368. Rectangle Size
  369. Color a part of a cell...
  370. Function AND
  371. Autofiltering by Date Range entered by User
  372. Getting Run-time error although code looks correct
  373. Automate 'Difficult' importing text file
  374. querytables.add question
  375. Unwanted number format conversion
  376. Generating lognormal equity returns
  377. Insert image by clicking on Usreform Image1
  378. Copy form
  379. help with finding a concatenated string
  380. Returning Access Table properties to Excel
  381. help
  382. Column sum into specific cell
  383. Can anyone help me answer these questions or nay of them as im struggling with understanding the VBA concept and have an exam in it next week. Or anyone no some good books i would really apreciate.. thanks
  384. Download zip file & extract/open excel file
  385. Looping through cell
  386. a much simpler or elegant way to do this procedure?
  387. Data in different sheets
  388. Automatically Copy Data from One Group of Cells to Another
  389. cmb displayed item vs list
  390. More efficient way for macro to run on multipe files?
  391. Please ammend Formula
  392. Diagonal Border Conditional Format
  393. Create sum formula when using index column/row references
  394. Addcing a cell to a non-contigious range
  395. String Font Color VBA
  396. Comparing info between worksheets
  397. Compare formula/ xlInconsistentFormula
  398. Problem with Text To Speak
  399. Using results from XLDIALOG commands
  400. Present file explorer to Select Directory
  401. extracting data in Word for Excel
  402. Lotus 123 file
  403. Sumif with multiple lookup values
  404. VBA Run-time Error "13" - Question
  405. Macros
  406. Worksheet.Copy() truncates cell contents problem
  407. Volitle
  408. CSV Editing in Excel
  409. (un)solvable problem in excel ?
  410. how to use multiple criteria with countif function in excel
  411. Exit Macro if<>vbYes
  412. user interaction to select a sheet
  413. Excel vba find
  414. Changing Line Feed Behavior
  415. Open a Program
  416. COUNTING COLORED CELLS
  417. Do loop erroring
  418. Listing Available Printers
  419. Urgent help on IF please!
  420. Select ActiveCell Range
  421. Office 2007 Custom UI Ribbon - Syntax Check
  422. Office 2007 Custom UI Ribbon - Syntax Check
  423. Office 2007 Custom UI Ribbon - Syntax Check
  424. Code issue - before_save() - Filename with date stamp - worksheet
  425. Scripting.FileSystemObject
  426. Automating download of csv files from web
  427. Format selected character in a cell
  428. Help With Help.
  429. find string data type related functions
  430. Call UDF by String Name
  431. Deny in "Find" based on flag
  432. Create and label worksheets
  433. Playing a sequence of WAV files
  434. Using an arrays to aggregate.
  435. extracting info from an address block
  436. Listbox Question
  437. Position a string by the pixel unit
  438. Identify Unique Formula's
  439. Dropdown not allowed to be enter other values
  440. Defining Current Directory
  441. Import securely from SQL to Excel over web?
  442. pushbutton to move data from one excel wkbk to another
  443. Pull SQL data into Excel remotely and securely?
  444. Excel - ignore red numbers when totaling rows
  445. How to update references to a renamed Add-in
  446. If statement; How to do something similar to - if(a1-a2>=5,+5)
  447. Which sheet is active
  448. Error 430 in XLS file using ActiveX EXE
  449. Automatically generate next available user ID?
  450. Excel 2002 filtering
  451. Adding a separator to a context menu
  452. Using VB to find certain lines of data with colour formatting
  453. stopping a window for opening
  454. Alignment in a merged range
  455. Using VBA: Extending limits of Conditional Formatting
  456. Worksheet change doesn't work completely
  457. Alloted time
  458. combo box in toolbar
  459. Ignore blank cells
  460. Trying to format a cell with a border
  461. Web query
  462. Re Excel Array Formula
  463. excel to word template code
  464. Track whose made changes
  465. Insert Range Of Cells
  466. Using VB instead of excel formulas
  467. Automatically close Userform
  468. Pivot Table Programing Help (Selecting Pivot Items)
  469. VBA Code for Excel Colours
  470. Pivot tables - can change row/col vars but can't get rid of existing vars
  471. Textbox - code to drop into a cell
  472. Calculating pensions rate
  473. vlookup?
  474. Function to copy A predetermined range
  475. How to put an ampersand '&' character into a ribbon button text
  476. Degradation of performance : upgrading from Excel 2000 to Excel 20
  477. sending link in email via excel
  478. How do you create a Macro to return text from multiple cells that fit your criteria?
  479. VBA code to toggle hiding a serie (and relative legend) in a chart
  480. Medical Student Loan Consolidation
  481. How do I save a paswd protected .xlsm file containing old macros
  482. Using Refedit with other workbook
  483. Conditional Formatting
  484. Add range to currently populated listbox
  485. Problem Using Scrolling Mouse With Excel 2000 Code Window
  486. User Defined Functions
  487. Combining Two Cells.
  488. Workbook_BeforeClose Event (help!)
  489. Is the solution in Exel? update data from Word
  490. Need InputBox Help
  491. absolute maximum with sign
  492. Splitting a Column of Data into Two Columns of Data
  493. Validate data in a range is exactly the same for values in column
  494. Setting Connection Property to pass 3 parameters to an SQL Proc.
  495. Copy Dates and Hours Sub
  496. Array
  497. change and selectionchange event
  498. Faster Way to Execute Code
  499. Question as to type of answers being asked for...
  500. Password Protection Issues
  501. Runtime Error - Method 'Cells' of Object'_Global' Failed
  502. Alt + F9
  503. Date Conversion
  504. Excel Sum Array Formula
  505. Insert column in
  506. MS Query "Connections"
  507. Remove small square caused by vbCrLf
  508. Link Filter
  509. refedit error
  510. Add item to Start Menu
  511. Reading Data from Excel to Access progrming
  512. Sheet select
  513. Run Access Macro with Excel Macro
  514. Coverting Alphabets into Numbers
  515. Macro issue
  516. Merge info from multiple rows where value in column a is the same
  517. Re: Copy formula results and launch application from button
  518. Awkward autofilter
  519. Stop Loop
  520. Need help with countif function
  521. Macro not doing?
  522. Reading from CSV date format
  523. Hyperlink excel window problem
  524. PivotTables and xlPercentOfTotal
  525. Error trying to open Word doc from Excel VBA
  526. "Loop" to exit For loop?
  527. Get Browser Address
  528. Is it possible to hide and show buttons?
  529. Excel fraction not a date
  530. use vba to run a windows scheduled task
  531. Getting Kicked out of Debug mode
  532. Alternating every other row different colors
  533. Moving a Control on a Frame during Runtime
  534. For Next (non consecutive values for i)
  535. Need to insert a row and have macros update
  536. Setting Class Collections & their Contents to Nothing.
  537. Hide Row and Column Headings
  538. Programming question - VB, VBA, C#, C++
  539. offset problem
  540. MsgBox message on two lines?
  541. Compare Dates in vba
  542. OnTime
  543. organise vba project
  544. running command line programs from Excel
  545. Date: End of last month as YYMM
  546. font question #1 - roman numerals
  547. font question #2 - arrow symbols
  548. Custom filtering in excel 2003 with more than 2 multifilter option
  549. Conditional Formatting icon change type problem
  550. display a message if a cell value is highe than $50,000
  551. Display date and time
  552. Execute vba code on cell exit
  553. vba chart xlValue axis title truncated, one series name omitted
  554. Hiding all rows where the cell value in column 13 of same row = $0.00
  555. Hiding all rows where the cell value in column 13 of same row = $0.00
  556. Hot Keys
  557. xl2002 problem
  558. SUMPRODUCT in VBA
  559. How to repeat a text value in a column a specified num of times?
  560. Other users of my Excel VBA macros
  561. Re: Excel Macro call Word Macro with Parameters
  562. Searching for Value.
  563. Looking for sample code that would allow me to kill any modal dialog present in Excel
  564. Trig Problems
  565. Macro for disabling F1 key
  566. Array commands
  567. Looping problem
  568. Copying from one worksheet to another worksheet
  569. VBA procedure when new sheet added event
  570. Buscar imagen por codigo
  571. Code to Hide Rows
  572. Array
  573. Two Active Cells in Spreadsheet (or eqivalent) - as for games etc
  574. THANK YOU
  575. Finding Next empty +1
  576. rowsource question
  577. Finding and replacing text formatting for strings within a cell
  578. Inserting Rows on the fly
  579. Dynamically Insert Rows
  580. Re: would anybody help please?
  581. Re: would anybody help please?
  582. Re: Need data in cells on one row extracted to multiple rows
  583. Is there a way to calculate distance between 2 zipcodes?
  584. Re: Compare 2 Ranges, Copy/Paste Row on Match
  585. Re: Compare 2 Ranges, Copy/Paste Row on Match
  586. Toolbox object linkcell problem
  587. Re: Need data in cells on one row extracted to multiple rows
  588. Re: Need data in cells on one row extracted to multiple rows
  589. Re: Need data in cells on one row extracted to multiple rows
  590. Help with Help
  591. Re: Compare 2 Ranges, Copy/Paste Row on Match
  592. Re: Compare 2 Ranges, Copy/Paste Row on Match
  593. adding custom macro controls to Fluent RibbonUI
  594. Re: Compare 2 Ranges, Copy/Paste Row on Match
  595. Re: Compare 2 Ranges, Copy/Paste Row on Match
  596. Re: Function weirdness - #VALUE, then #NAME, then working fine??
  597. Re: Touble with Dynamix Axis Scales via a Cell Value
  598. Re: Touble with Dynamix Axis Scales via a Cell Value
  599. would anybody help please?
  600. Re: "Case" Problem
  601. Saving Row Groupings and Details Hidden
  602. Another MS Query question
  603. Next Empty Cells
  604. Weird Do...Until behavior...
  605. "Case" Problem
  606. Re: How do I stop my mouse roller from zooming in and out?
  607. Re: How do I stop my mouse roller from zooming in and out?
  608. How do I stop my mouse roller from zooming in and out?
  609. Re: Simple If Function Question
  610. Compare 2 Ranges, Copy/Paste Row on Match
  611. Re: Search Columns For Change, Insert Blank Rows, and Sum Differen
  612. Re: Search Columns For Change, Insert Blank Rows, and Sum Differen
  613. Re: Search Columns For Change, Insert Blank Rows, and Sum Differen
  614. Re: Search Columns For Change, Insert Blank Rows, and Sum Differen
  615. PublishObject Images
  616. disable Alt+F11
  617. Trying to test several columns for changes when entering data
  618. To adapt macro for relative lines
  619. Simple If Function Question
  620. Re: Block addition of ranges
  621. validation list from worksheet given by ref
  622. Need to register a UDF (xlfRegister) that takes no param
  623. Need data in cells on one row extracted to multiple rows
  624. assigning a letter in a cell from a range of numbers in another ce
  625. Programmatically Protect/Unprotect Ranges in Excel 2003?
  626. Re: Block addition of ranges
  627. Print job
  628. Re: DCOUNTA function not working right
  629. Re: DCOUNTA function not working right
  630. Re: Last Modified Date
  631. Re: Programming a checkbox in Excel
  632. Conditional STDEV formula
  633. Touble with Dynamix Axis Scales via a Cell Value
  634. Re: Block addition of ranges
  635. Last Modified Date
  636. Re: cell reff
  637. Re: DCOUNTA function not working right
  638. Re: Sumproduct in VBA
  639. Re: Sumproduct in VBA
  640. Re: Sumproduct in VBA
  641. Re: Sumproduct in VBA
  642. Re: Sumproduct in VBA
  643. Re: Sumproduct in VBA
  644. Re: DCOUNTA function not working right
  645. Re: DCOUNTA function not working right
  646. Re: Block addition of ranges
  647. Re: Creating a Wizard with VBA??
  648. Block addition of ranges
  649. Programming a checkbox in Excel
  650. Re: Sumproduct in VBA
  651. Re: Sumproduct in VBA
  652. Re: Sumproduct in VBA
  653. Re: Sumproduct in VBA
  654. Re: DCOUNTA function not working right
  655. Re: DCOUNTA function not working right
  656. Re: cell reff
  657. Re: cell reff
  658. Re: cell reff
  659. In VBA how to select the right format for a range
  660. New to programming Excel from VB 2005
  661. Help with Exiting Sub if Value is Not Found
  662. Sheet Protection Macro
  663. Help with saving an file to an FTP site
  664. Macro Help
  665. Dependency of Excel on btrez.dll
  666. Dependency of Excel on btrez.dll
  667. Dependency of Excel on btrez.dll
  668. Re: Userform combobox dropdown question
  669. Re: Userform combobox dropdown question
  670. Re: a strange button state
  671. Re: a strange button state
  672. Re: a strange button state
  673. a strange button state
  674. Selective Printing of Excel Worksheets using Macro
  675. Creating a Wizard with VBA??
  676. Sort display here by date?
  677. cell reff
  678. Re: Sumproduct in VBA
  679. Re: Sumproduct in VBA
  680. Re: Sumproduct in VBA
  681. How to link a commandbutton in excel sheet to a VB userform?
  682. Problem Sending embedded image via outlook 2003 from Excel 2003 vba
  683. Userform combobox dropdown question
  684. My Add in Password Lost
  685. Sumproduct in VBA
  686. Simple replace command
  687. Re: refer to cell
  688. Re: refer to cell
  689. Re: refer to cell
  690. Error in entering a formula
  691. refer to cell
  692. Writing Array formula through macro
  693. Highlight highest figures
  694. Problem with Workbook_Open
  695. array instead of replace feature?
  696. Dynamic Array Lbound not working when only one value in array
  697. Formatting Names
  698. getting started on Fluent RibbonUI
  699. Copy Sheet Object Module
  700. Re: DCOUNTA function not working right
  701. Borders
  702. Protected Sheet Pivot Refresh
  703. Question about a tricky Do...While loop
  704. DCOUNTA function not working right
  705. Macro for Filtering
  706. Axes(xlCategory).CategoryNames
  707. Importing data from Web using Excel
  708. Addin not loading
  709. Help with this code please
  710. if statement dealing with numberical numbers and text
  711. ref or tutorial for user forms, listboxes
  712. Copy Range Between Workbooks
  713. VBA & Advanced Autofilter
  714. Send info to other apps from Excel
  715. UserRange.Columns.Count help
  716. MS Query 'Invalid pseudocolum "$D$5"
  717. Vista Macros
  718. Multiple Edit Replaces
  719. Re: what is the meaning of this error msg?
  720. RE: what is the meaning of this error msg?
  721. VBA causing "Excel has encountered a problem" message
  722. How do I control the cell reference when naming a cell in a macro
  723. Opening Outlook from Excel VBA
  724. Setting up hashtable class module - tools procedure attributes dialog
  725. change event help
  726. how to find and copy cells between sheets??
  727. how to find and copy cells between sheets??
  728. More XL magic
  729. Debug code in workbook open or activate events
  730. Find problem
  731. Enumerate DSNs
  732. How to protect recorded macro(s) from being edited by other????
  733. Function weirdness - #VALUE, then #NAME, then working fine??
  734. Please Help me Review Code - LOOP doesn't stop
  735. Create New Folder Using Code
  736. Extract Workbook Data to Text File (multiple sheets)
  737. find and copy cells
  738. have button become active
  739. have a button show up
  740. Xml data import weirdness
  741. Conditionally put rows at the top of each page?
  742. Email Not Showing up
  743. Run code when ANY file opens
  744. Macro On Open
  745. Excel VBA - Workbook_BeforeSave
  746. Multiple Edit Replaces
  747. Multiple Edit Replaces
  748. Comparing two columns with email addresses
  749. Delete rows and refs
  750. replace based on look up table