Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bilberry
  • Content: Threads
  • Order by date
  1. Bilberry

    Create a pivot look a like without calculation, only showing some values

    Hi All, I want to create a macro to create a pivot-like table. I dont want to do calculation, but only want to show the values. Here is the content of the Excel file: Column A Column B Column C Column D 16-05-2014 15:47 Machine1 Peter Not started 16-05-2014 15:47...
  2. Bilberry

    sum total hours between datetime stamp

    Hi All, I have a table with the following content: Datetime | StartStop | 21-03-2014 17:40 | Stop 21-03-2014 12:40 | Start I want to sum the hours a day. How can i realisze that. I want to have: Date - Hours worked 21-02-2014 - 5
  3. Bilberry

    Group and split into seperate excel workbooks

    Hi Friends, I have a huge spreadsheet (~20.000 rows each time). It looks like as follows: Column A B C D E F G H I J Test records 595 595 A 11-XXX-12 3522 A 4-11-2013 05:56:17 3,14 Test records 595 595 A 11-XXX-12 3522 A...
  4. Bilberry

    extract string from right till the space

    Hi all, Does anybody know how to extract a text till a space from the right? For examle 1234 DF DDDDD I want to extract only DDDDD
  5. Bilberry

    Grouping in Excel with Macro

    hi All, I have the following information: Date Name Code 20-11-2013 Mike KKT 20-11-2013 Mike HGK 20-11-2013 Mike MMK 20-11-2013 Michael HGK 21-11-2013 Edward ZZQ I want to put Group this...
  6. Bilberry

    Looping through rows and put values in another sheet

    Hi All, I have tried a couple of hours but i coulnt get realised it. I have a table with the following records: € 692,51 1a -€ 249,17 1b -€ 377,36 sub 1a -€ 39,74 sub 1b -€ 26,24 (empty) The content may change. E.g it is also possible to have the values: € 692,51 1b -€ 377,36 3c -€...
  7. Bilberry

    Disable address bar from internet explorer 8

    Hi all, I have really tried everything, but it looks like that i can not disable the address bar in Windows server 2008 for the internet explorer. I have a remoteapp application, which opens the internet explorer (help menu) en from there the users are able to browse the whole server and...
  8. Bilberry

    Adding a member 2008 R2 server to an SBS 2011 domain

    Hi All, I have setup an environment with SBS 2011. 5 Employees are working with RemoteApp on a bookkeeping application. The SQL database is on the SBS2011. Now for the external users (max 5), i want to use the second (old) server. On this server i want also to install the bookkeeping...
  9. Bilberry

    Sum values in a column

    Hi, Im working in column E. In VBA i endup in an active cell, and i want to sum the values above the active cell. How can i arrange that? Let say column E contains the values, and on the position x i want to put the SUM: 10 2 3 4 5 x So x should be: 24. I can have a lot of values and i only...
  10. Bilberry

    Find first value in column and Offset

    Hi all, I want to search the value: Myword in column E and want to do an offset. I want to get the address of the cell, for example E8. And from here i want to do an offset (-4, 0), which is = A8. I have tried several things but without success, below an example: Cells.Find(What:="Myword"...
  11. Bilberry

    Change red text to another color (if-then-else) within CSS

    Hi, My vendor adds a red license text, which is automatically created, within the pages. I can overrule the basic CSS adding for example the following example: <style> td { color: #635D5A !important; font-weight:100 !important; } </style> I can change the background color of the text, but i...
  12. Bilberry

    Setting up a Windows 2008 R2 environment

    Hi all, My friend has his own business with 5 employees. They have now a windows 2003 environment with xp clients. He wants to buy a new server and we will install windows 2008 r2. He has 3 applications which he wants to "host" with remoteApp functionality. His own employees (5) and 10 customers...
  13. Bilberry

    Taking professional screenshots

    Does anybody know how i can create such screenshots? /0/]See here Can anybody give me a step by step instruction how to create this part. Do i need to have Adobe Photoshop or another tool?
  14. Bilberry

    Convert html email to word in Outlook 2007/2010

    Hi all, Is there anybody who can tell me of there are examples of macros which can convert html mail into Microsoft Word? I want to made contracts within word and the majority of the text of the contract is fixed. The extra fields (like names, contract details, addresses) will be send to me by...
  15. Bilberry

    Tranlating Java code to VBA

    Dear friends, I have got the Java code from the vendor to post a XML message with a JPG file to the webservice. Here you can find the Java code: import java.io.File; import javax.ws.rs.core.MediaType; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.URI...
  16. Bilberry

    Translating JAVA code to VB.net?

    Dear Friends, I have really tried everything but i cannot translate the JAVA code into VB.net. Could anybody translate this? A big golden star for the final solution: import java.io.File; import javax.ws.rs.core.MediaType; import org.apache.commons.httpclient.HttpClient; import...
  17. Bilberry

    Posting a document to the Webservices (REST)

    Hi, Does anybody know how i can upload a Word document with a XML document to the webservice? I have really tried everything, but without success. It is bad VBA coding, but im testing and hope that you can give me some hints. The JAVA code works, but not in VBA -:) I will put both codes: Im...
  18. Bilberry

    REST API VBA coding

    Hi all, I have the following code as example: import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; public class TestLogin1 { public static void main(String[] args) { HttpClient httpClient = new HttpClient(); PostMethod...
  19. Bilberry

    webquery into worksheets?

    Hi all, Is it possible to put the content of the site into different worksheets? The site is as follows: http://www.mysite.com/Default.aspx?app=1&page=Network%20add&comid=1 I need to have the content till http://www.mysite.com/Default.aspx?app=1&page=Network%20add&comid=500 How can i put...
  20. Bilberry

    AS400 view (as a object) within SQL 2005?

    Hi All, Our application works on SQL 2005. It can read information only from one database (restriction of the application of the vendor), lets call this MYDATABASE. Is it possible to create a view within this database, to get real time information about some other tables within an AS400...

Part and Inventory Search

Back
Top