About 13,200 results
Open links in new tab
  1. Ceiling function - Post.Byes

    Aug 25, 2008 · In Excel I use (ceiling (cel;50 )). How would that be in Access? I tried =ceiling (Sum ( [Product Need]);50) but that doesn't work. You would creating a function that would do the same …

  2. Using CEILING function in an Expression in MS Access 2000

    Aug 17, 2007 · In Excel, the CEILING function will round up to the nearest X value (in this case, X=1). Thus, applying CEILING (1.25,1) would return a value of 2. Can anyone tell me how I would …

  3. Datepart - unable to set first week to Nov 1 to calc # of weeks

    Nov 1, 2006 · Ceiling and Floor are Excel Functions. You can attach the Excel library to use then or simply add the functions to a module in your code.

  4. How to pass a Range to a Function in VBA (In Excel)

    Jul 27, 2010 · Hi. If you are passing in the range by calling the function within an Excel cell as a worksheet formula (e.g. "=GLookup (2 003, 2003, A1:G10)") you can change your definition of …

  5. Is Excel Object.CopyFromRecordset still supported in VB.NET??

    Nov 20, 2005 · Re: Is Excel Object.CopyFrom Recordset still supported in VB.NET?? Grawsha, Of course it is still supported from VB.NET. ;-) To use Excel's CopyFromRecords et you would need an …

  6. How do you map Access fields and Excel columns before importing

    Sep 8, 2011 · Surname------------ Surname The bottom line is that the fields in Excel may vary in name while in Access it stays the same. When i press the Import button, i would like a "mapping" table or …

  7. Changing screen resolution in Excel by VBA? - Post.Byes

    Oct 4, 2013 · I pasted the code to a module from a workbook but this does not function. Does anybody know what I am doing wrong an how to achieve my goal: Changing screen resolution in Excel by VBA?

  8. How to ADD a column at FIRST in a table - Post.Byes

    Aug 6, 2008 · But I cannot change the column name, because I imported an excel spreadsheet data into "Table2", and the spreadsheet may contain any number of columns and any type of data each time I …

  9. How to import data from Excel into Access RecordSet using VBA

    Feb 3, 2012 · The following Code will Import the File Import.xls in the C:\Test Folder into a Table named 'User Accounts', change the [Name] Field to [UName] since Name is a Reserved Word, Create a …

  10. How and where to use Private or Public sub or function?

    Jan 25, 2011 · Use of the keyword 'Public' is not just a matter of suddenly adding one as a change of style. It reflects that you wish the subroutine, function or variable to be available outside of the scope …